|
@@ -1235,7 +1235,7 @@ lvim.lang = {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
gdscript = {
|
|
gdscript = {
|
|
- formatter = {},
|
|
|
|
|
|
+ formatters = {},
|
|
linters = {},
|
|
linters = {},
|
|
lsp = {
|
|
lsp = {
|
|
provider = "gdscript",
|
|
provider = "gdscript",
|
|
@@ -1251,6 +1251,19 @@ lvim.lang = {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ ps1 = {
|
|
|
|
+ formatters = {},
|
|
|
|
+ linters = {},
|
|
|
|
+ lsp = {
|
|
|
|
+ provider = "powershell_es",
|
|
|
|
+ setup = {
|
|
|
|
+ bundle_path = "",
|
|
|
|
+ on_attach = common_on_attach,
|
|
|
|
+ on_init = common_on_init,
|
|
|
|
+ capabilities = common_capabilities,
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ },
|
|
}
|
|
}
|
|
|
|
|
|
require("keymappings").config()
|
|
require("keymappings").config()
|