Use oxlint through linter, fix folding startup error

This commit is contained in:
2026-01-16 19:25:22 -05:00
parent 1b74923dfa
commit 1ada35acd9
2 changed files with 11 additions and 5 deletions

View File

@@ -3,11 +3,15 @@ return {
{
"neovim/nvim-lspconfig",
opts = {
capabilities = {
textDocument = {
foldingRange = {
dynamicRegistration = false,
lineFoldingOnly = true,
servers = {
["*"] = {
capabilities = {
textDocument = {
foldingRange = {
dynamicRegistration = false,
lineFoldingOnly = true,
},
},
},
},
},