python and godot support
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -17,4 +17,5 @@ return require('packer').startup(function(use)
|
||||
use { 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = {{'nvim-lua/plenary.nvim'}} }
|
||||
use { 'windwp/nvim-autopairs' }
|
||||
use 'sheerun/vim-polyglot'
|
||||
use 'habamax/vim-godot'
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user