Compare commits

..

3 Commits

Author SHA1 Message Date
a704cca231 Fish: Add global devbox packages 2026-01-16 14:14:38 -08:00
64c80f33ae Neovim: Add and update plugins 2026-01-16 14:14:38 -08:00
dcc00b03bb Neovim: Format with eslint on save
This configuration is required to override how LazyVim is loading and
instead load it ourselves and tell the ESLint formatter to search up to
the git root looking for a config. Without this, it will not work unless
there is an eslint config file next to every package.json
2026-01-16 14:14:38 -08:00

View File

@@ -1,7 +1,7 @@
return {
-- Ensure eslint LSP is installed
{
"williamboman/mason.nvim",
"mason-org/mason.nvim",
opts = {
ensure_installed = { "eslint-lsp" },
},