add python lsp
This commit is contained in:
parent
7f15b53b63
commit
e01550c140
5 changed files with 69 additions and 2 deletions
|
@ -10,4 +10,7 @@ return require('packer').startup(function()
|
|||
|
||||
-- Incredibly cute duck
|
||||
use 'tamton-aquib/duck.nvim'
|
||||
|
||||
-- Easy LSP configurations
|
||||
use 'neovim/nvim-lspconfig'
|
||||
end)
|
||||
|
|
Reference in a new issue