python and godot support

This commit is contained in:
2023-09-10 21:43:37 -07:00
parent 0469b99f40
commit 4a09b836c1
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -60,3 +60,8 @@ lspconfig.rust_analyzer.setup{
lspconfig.ols.setup{
on_attach = on_attach,
}
--lspconfig.pylyzer.setup{}
lspconfig.pylsp.setup{
on_attach = on_attach,
flags = lsp_flags,
}