nvim: Disable uninstalled python language servers
Had to manually disable python lsps that are not on my system since neovim otherwise complains about it whenever I enter a new python filetype file.
This commit is contained in:
parent
9a46a94827
commit
95e2fea951
2 changed files with 3 additions and 3 deletions
|
|
@ -92,6 +92,7 @@ local sumneko_root_path = "/usr/share/lua-language-server"
|
|||
require'navigator'.setup({
|
||||
lsp = {
|
||||
servers = {'efm'},
|
||||
disable_lsp = {"pylsp", "jedi_language_server"},
|
||||
sumneko_lua = {
|
||||
cmd = {
|
||||
"lua-language-server", "-E", sumneko_root_path .. "/main.lua"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue