tv: rename vim-tv to vim-syntax-nix-nested

This commit is contained in:
tv 2018-12-02 16:03:36 +01:00
parent a58628d1c3
commit a3e47e6788

View File

@ -129,7 +129,7 @@ let {
command! -n=0 -bar ShowSyntax :call ShowSyntax()
'';
})))
((rtp: rtp // { inherit rtp; }) (pkgs.write "vim-tv" {
((rtp: rtp // { inherit rtp; }) (pkgs.write "vim-syntax-nix-nested" {
"/syntax/haskell.vim".text = /* vim */ ''
syn region String start=+\[[[:alnum:]]*|+ end=+|]+