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
|
-- NOTE: PYTHON LSP
|
||||||
lspconfig.pyright.setup({
|
|
||||||
python = {
|
|
||||||
analysis = {
|
|
||||||
diagnosticMode = "workspace",
|
|
||||||
typeCheckingMode = "strict",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
capabilities = lsp_capabilities,
|
|
||||||
on_attach = on_attach,
|
|
||||||
})
|
|
||||||
|
|
||||||
lspconfig.yamlls.setup({
|
lspconfig.yamlls.setup({
|
||||||
settings = {
|
settings = {
|
||||||
redhat = {
|
redhat = {
|
||||||
@ -524,6 +513,7 @@ return {
|
|||||||
"cmake",
|
"cmake",
|
||||||
"bashls",
|
"bashls",
|
||||||
"dockerls",
|
"dockerls",
|
||||||
|
"basedpyright",
|
||||||
"docker_compose_language_service",
|
"docker_compose_language_service",
|
||||||
"eslint",
|
"eslint",
|
||||||
"html",
|
"html",
|
||||||
|
Loading…
Reference in New Issue
Block a user