nixpkgs/home/programs/neovim/configuration
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
..
after/ftplugin Update typoscript syntax plugin for Neovim 2022-03-23 17:41:47 +01:00
ftdetect Support new reuter folder structure on my local machine 2022-05-25 13:47:16 +02:00
lua/telescope/_extensions Rename Neovim custom telescope 2022-03-23 16:37:26 +01:00
plugin Fix sorting within neovim 2022-08-22 11:09:35 +02:00
snippets Fix broken php if snippet in neovim 2022-08-03 08:31:17 +02:00
syntax Adjust Neovim sql comment 2022-03-15 08:10:54 +01:00