Files
dotfiles/.config/nvim
Felix Nehrke 4a7e003ea1 Fix formatting via eslint on save in neovim
When I saved files in my eslint-formatted projects I was wondering about
slight differences between the results of running `eslint --fix` vs. the
autoamtic formatting when I save a file in neovim.

As it turned out I ran the wrong command indeed. This changes fixes that
by simply calling the correct command on save. Note that this looks
"bigger" but it's actually a copy of the built-in `LspEslintFixAll` of
neovim.

Reference: 1a6d692067/doc/configs.md (eslint)
Reference: 89fd0361b3/lsp/eslint.lua (L92-L104)
2026-03-27 00:52:12 +01:00
..
2026-03-25 01:35:49 +01:00
2025-11-02 18:42:03 +01:00
2025-08-10 17:12:01 +02:00
2026-03-27 00:12:15 +01:00