summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-06-19 21:23:35 +0200
committertv <tv@krebsco.de>2018-06-19 23:56:22 +0200
commit1665703c4562ca454e5aafd62105715fb8561238 (patch)
tree43b55a7aa94536f7aa53c1da6404fe6dae853eca /tv/2configs/vim.nix
parentc19baeee138f9455ef570e609c045d312d6cc0f4 (diff)
nix-writers: init submodule
Diffstat (limited to 'tv/2configs/vim.nix')
-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 6598393a..400d179d 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=+|]+