Files
dotfiles/.config
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
..
2025-10-22 20:11:45 +02:00