Forráskód Böngészése

fix(neovim): update default Python LSP settings

Joe 1 éve
szülő
commit
873f064cab

+ 6 - 1
.config/nvim/custom/proj-conf/lua/proj-conf/lsp/init.lua

@@ -29,7 +29,12 @@ return {
                 basedpyright = {
                     analysis = {
                         typeCheckingMode = "standard",
-                    }
+                        diagnosticMode = "openFilesOnly",
+                        autoSearchPaths = true,
+                    },
+                    openFilesOnly = true,
+                    autoImportCompletions = true,
+                    disableOrganizeImports = true,
                 }
             }
         })