nixpkgs/home/packages
Daniel Siepmann e80a1034a5
Migrate away from 3rd party vim plugin for sqlformat
It didn't work.
Instead I migrated to nix + python directly.
I keep the way to use autocommand to set the formatting.
But no expression but an external program.
This program is created via nix as shell application.
This one uses the sqlparse, just like the plugin.
This will use the std input as file for input.

That way I can re use this in other places.
Integration is way easier, no additional overhead to write python
embedded as vimscript.
Also full dependency control via nix.
2022-05-30 10:43:18 +02:00
..
composer1 Move custom packages out of overlays 2022-05-24 18:50:10 +02:00
custom Remove nix-index 2022-05-30 09:53:59 +02:00
mytop Move custom packages out of overlays 2022-05-24 18:50:10 +02:00
rst2pdf Move custom packages out of overlays 2022-05-24 18:50:10 +02:00
sqlformat Migrate away from 3rd party vim plugin for sqlformat 2022-05-30 10:43:18 +02:00