diff options
author | jeschli <jeschli@gmail.com> | 2018-07-09 14:31:18 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-09 14:31:18 +0200 |
commit | 9b5e7ca769cb6080b3cf149f1bfc8fa5158549e1 (patch) | |
tree | 838493947a6c784449dcca5d0e07db8d177ba669 /tv/2configs/vim.nix | |
parent | d050234e3f3f54c38b7292432437d363ed3a0eb2 (diff) | |
parent | 3bdd093418aed75975feaf9bca02c8a5549478ea (diff) |
Merge remote-tracking branch 'origin/staging/jeschli'
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 6598393..400d179 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -111,7 +111,7 @@ let { command! -n=0 -bar ShowSyntax :call ShowSyntax() ''; }))) - ((rtp: rtp // { inherit rtp; }) (pkgs.writeOut "vim-tv" { + ((rtp: rtp // { inherit rtp; }) (pkgs.write "vim-tv" { "/syntax/haskell.vim".text = /* vim */ '' syn region String start=+\[[[:alnum:]]*|+ end=+|]+ |