Commit Graph
6 Commits
Author SHA1 Message Date
thalladaandClaude Opus 5 995ecb11d3 Use the LazyVim oxc extra instead of hand-rolled oxlint config
The oxlint LSP now enables type-aware linting on its own when tsgolint is
present and .oxlintrc.json mentions typescript, and ships :LspOxlintFixAll --
which is what the oxlint_fix function reimplemented by shelling out to the CLI.
The extra also sets fixKind = "all" and prefers the top-level oxlint config in
monorepos. Fixes now apply as a workspace edit instead of writing to disk and
reloading.

oxfmt takes js/ts/json/vue over prettier; prettier keeps css/html/yaml/markdown.
Add oxlint to mason so it resolves outside projects with a local install.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 13:18:30 -04:00
thalladaandClaude Opus 5 d805ae3ee4 Stop double-rendering diagnostics on the current line
virtual_text and virtual_lines.current_line were both on, so the cursor line
showed each message inline and again below it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thallada 1ada35acd9 Use oxlint through linter, fix folding startup error 2026-01-16 19:25:22 -05:00
thallada 995aaa5062 Enable virtual_lines diagnostic option 2025-10-12 17:34:17 -04:00
thallada aa39f326cc Update lazyvim to v14
Removed a bunch of plugins that are no longer needed.
2025-01-10 12:16:07 -05:00
thallada d9538cf15f Fix proto parsing, update lazyvim & packages 2024-08-08 11:21:57 -04:00