Add Python LSP configurations

This commit is contained in:
Yorick Barbanneau 2023-10-25 15:10:14 +02:00
parent ce413a0228
commit becc0ad0c4
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ in
marksman
nil
nodePackages.bash-language-server
python3Packages.python-lsp-server
rnix-lsp
shellcheck

View file

@ -19,7 +19,7 @@ lspconfig.lua_ls.setup {
}
lspconfig.marksman.setup{}
lspconfig.nil_ls.setup {}
lspconfig.pylsp.setup {}
vim.api.nvim_create_autocmd('LspAttach', {
desc = 'LSP actions',
callback = function()