[nvim python] move to pylsp + ruff again XD
This commit is contained in:
parent
6173ff161a
commit
7656228b94
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ return {
|
|||
ensure_installed = {
|
||||
"lua_ls",
|
||||
"gopls",
|
||||
"ruff_lsp",
|
||||
"pylsp",
|
||||
"tsserver",
|
||||
},
|
||||
|
@ -105,6 +106,7 @@ return {
|
|||
nvim_lsp.gopls.setup({})
|
||||
nvim_lsp.dartls.setup({})
|
||||
nvim_lsp.tsserver.setup({})
|
||||
nvim_lsp.ruff_lsp.setup({})
|
||||
nvim_lsp.pylsp.setup({
|
||||
settings = {
|
||||
pylsp = {
|
||||
|
|
Loading…
Reference in a new issue