Update lazyvim to v14

Removed a bunch of plugins that are no longer needed.
This commit is contained in:
2025-01-10 12:16:07 -05:00
parent 4fb33dac6a
commit aa39f326cc
13 changed files with 131 additions and 571 deletions

View File

@@ -7,5 +7,13 @@ return {
filetypes = { "c", "cpp", "objc", "objcpp", "cuda" },
},
},
-- Disable eslint formatting as it's slow and timing out on big projects
-- taken from
-- https://github.com/LazyVim/LazyVim/pull/4225/files
setup = {
eslint = function()
return
end,
},
},
}