nix-config/modules/home/vim
Bruno BELANYI 322fbc970b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: vim: lsp: rely on 'bashls' formatting
I finally figured out why I was getting the wrong indentation, turns out
it was an issue in `lsp-format.nvim`. With that fixed/worked around, I
can now rely completely on `bash-language-server` for formatting.

I'll also rely on `shfmt` automatically detecting the type of file, as
(Neo)Vim cannot be made to reliably set `ft=bash` for Bash scripts and
`ft=sh` for POSIX shell.

Finally, I removed spaces after redirections, I've now come around to
liking the default (no spaces) better.
2024-12-18 20:20:28 -05:00
..
after home: vim: fix unimpaired mapping groups 2024-09-09 21:40:54 +01:00
autoload home: create 'modules/home' folder 2023-11-11 18:12:05 +00:00
ftdetect home: vim: remove redundant ftdetect files 2024-05-24 14:39:55 +01:00
lua/ambroisie treewide: fix typos 2024-09-27 13:49:29 +00:00
plugin home: vim: lsp: rely on 'bashls' formatting 2024-12-18 20:20:28 -05:00
default.nix home: vim: lspconfig: add 'typos-lsp' 2024-09-27 14:11:03 +00:00
init.vim home: vim: do not italicize comments 2024-11-05 15:54:18 +00:00