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 = { python = {
analysis = { analysis = {
-- Ignore all files for analysis to exclusively use Ruff for linting -- Ignore all files for analysis to exclusively use Ruff for linting
ignore = { "*" }, -- ignore = { "*" },
diagnosticMode = "off", diagnosticMode = "off",
typeCheckingMode = "off", -- typeCheckingMode = "off",
}, },
}, },
}, },