nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
Showing only changes of commit 6363a15c3f - Show all commits

View file

@ -41,9 +41,9 @@ local servers = {
python = {
analysis = {
-- Ignore all files for analysis to exclusively use Ruff for linting
ignore = { "*" },
-- ignore = { "*" },
diagnosticMode = "off",
typeCheckingMode = "off",
-- typeCheckingMode = "off",
},
},
},