nixpkgs/home/programs/neovim/configuration/plugin
Daniel Siepmann 1987df7995
Fix sorting within neovim
I've a custom function SortParagraph mapped to a key binding.
This sorted different then php-cs-fixer.
I've switched from neovim built-in sort to command line sort of gnuutils
which sorts the same expected way by default.

This is done by not calling a neovim command but command line program
via "!".
2022-08-22 11:09:35 +02:00
..
functions.vim Fix sorting within neovim 2022-08-22 11:09:35 +02:00
indentation.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00
initialconfiguration.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00
mappings.vim Configure neovim to show all telescope builtin + extensions 2022-05-25 13:17:48 +02:00
searching.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00
statusline.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00
undo.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00
wildignore.vim Migrate whole Neovim configuration into expected structure 2022-03-22 09:38:34 +01:00