diff options
author | tv <tv@krebsco.de> | 2018-12-02 16:03:36 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-02 16:05:41 +0100 |
commit | a3e47e6788b568cf04d5103ad8a918ed902df9ce (patch) | |
tree | de18744c29286eb4c5df1c60e8c057e802032540 /tv/2configs/vim.nix | |
parent | a58628d1c3c8fb4d730ee77ce3fae6130271962f (diff) |
tv: rename vim-tv to vim-syntax-nix-nested
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index a5641f094..c6364c223 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -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=+|]+ |