add python lsp

This commit is contained in:
Pim Kunis 2023-01-20 22:18:32 +01:00
parent 7f15b53b63
commit e01550c140
5 changed files with 69 additions and 2 deletions

View file

@ -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)