summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-02 16:03:36 +0100
committertv <tv@krebsco.de>2018-12-02 16:05:41 +0100
commite976ff74e3938979f5f8432d8edfd175aa9b3b1c (patch)
treeec1188912f4a5ca8d70f40a5bea67c54a0eef0df /tv
parent322586e529a1b0310fb7af38654dc00d459fd27b (diff)
tv: rename vim-tv to vim-syntax-nix-nested
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index a5641f0..c6364c2 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=+|]+