Compare commits

..

3 Commits

Author SHA1 Message Date
44effcd1ef Fish: Add global devbox packages 2026-01-16 14:02:44 -08:00
b502dd8f40 Neovim: Add and update plugins 2026-01-16 14:02:33 -08:00
f343fdc077 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:02:33 -08:00

View File

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