python and godot support
This commit is contained in:
parent
0469b99f40
commit
4a09b836c1
|
@ -60,3 +60,8 @@ lspconfig.rust_analyzer.setup{
|
||||||
lspconfig.ols.setup{
|
lspconfig.ols.setup{
|
||||||
on_attach = on_attach,
|
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 { 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = {{'nvim-lua/plenary.nvim'}} }
|
||||||
use { 'windwp/nvim-autopairs' }
|
use { 'windwp/nvim-autopairs' }
|
||||||
use 'sheerun/vim-polyglot'
|
use 'sheerun/vim-polyglot'
|
||||||
|
use 'habamax/vim-godot'
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue