nixpkgs/home/programs/neovim
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
..
configuration Fix sorting within neovim 2022-08-22 11:09:35 +02:00
nix-plugins Update phpactor 2022-08-02 13:20:43 +02:00
patches Do not execute PHPUnit tests via codeception 2022-05-23 16:22:27 +02:00
plugins Replace telescope-ui-select-nvim with dressing-nvim 2022-06-08 08:51:31 +02:00