refactor(nvim): replace pyright
with basedpyright
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
a8ea5e4e11
commit
61e899a9fa
@ -384,17 +384,6 @@ return {
|
||||
})
|
||||
|
||||
-- NOTE: PYTHON LSP
|
||||
lspconfig.pyright.setup({
|
||||
python = {
|
||||
analysis = {
|
||||
diagnosticMode = "workspace",
|
||||
typeCheckingMode = "strict",
|
||||
},
|
||||
},
|
||||
capabilities = lsp_capabilities,
|
||||
on_attach = on_attach,
|
||||
})
|
||||
|
||||
lspconfig.yamlls.setup({
|
||||
settings = {
|
||||
redhat = {
|
||||
@ -524,6 +513,7 @@ return {
|
||||
"cmake",
|
||||
"bashls",
|
||||
"dockerls",
|
||||
"basedpyright",
|
||||
"docker_compose_language_service",
|
||||
"eslint",
|
||||
"html",
|
||||
|
Loading…
Reference in New Issue
Block a user