diff options
| author | makefu <github@syntax-fehler.de> | 2018-06-24 23:43:26 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2018-06-24 23:43:26 +0200 |
| commit | 311cb0f96ea6bc60367bff2996c239e41ef2e11e (patch) | |
| tree | 2397a408e23d4c9ac5140782d730082edf39fb79 /tv/2configs | |
| parent | d633848269a6ef23bb1ad7120c148070cd2f511d (diff) | |
| parent | d2d88115572b1b6dfb2e430a238fb2480fbb2fcd (diff) | |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'tv/2configs')
| -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=+|]+ |
