refactor(nvim): replace pyright with basedpyright
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-06-19 06:20:45 -05:00
parent a8ea5e4e11
commit 61e899a9fa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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",