[nvim]fix: python-lsp path
This commit is contained in:
parent
6830dd412d
commit
08760e3f62
@ -3,4 +3,6 @@
|
|||||||
-- License : GPLv3
|
-- License : GPLv3
|
||||||
-- Description : jedi (python) config file for lsp
|
-- Description : jedi (python) config file for lsp
|
||||||
|
|
||||||
require("lspconfig").jedi_language_server.setup{}
|
require("lspconfig").jedi_language_server.setup{
|
||||||
|
cmd = { vim.fn.stdpath("data") .. "/lsp_servers/jedi_language_server/venv/bin/jedi-language-server" }
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user