Explorar o código

fix(neovim): add `include` configuration for `basedpyright` LSP

Joe hai 1 ano
pai
achega
b5a2d69116

+ 1 - 0
.config/nvim/custom/proj-conf/lua/proj-conf/projects/ruff_pyright.lua

@@ -14,6 +14,7 @@ local ruff_pyright_lsp_base = function(mode, extra)
         settings = {
             basedpyright = {
                 analysis = {
+                    include = { "*" },
                     exclude = { "**/node_modules", "**/__pycache__", "**/build" },
                     typeCheckingMode = "off",
                     autoSearchPaths = true,