Installation
!!! Polydev can be installed with any plugin installer or manually. These are just examples.
- Side note: A lot of the languages require a
.polydev file. If you dont have it in a language that needs it, it will error out and yell at you.
Lazyvim
require {
"DarthMooMancer/Polydev",
config = function()
require("Polydev").setup()
--require("Polydev").language.setup({
-- configs
--})
end
}