summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-09 13:20:29 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commitf94ce5630a46210904960af047261339fdaa1afe (patch)
treec8c558c58314f41f44983950adcc0f3e0efe1aa2 /tv/2configs/vim.nix
parent3fca2434b11ec5cefdf154d82967f0d18655dd25 (diff)
tv hack.vim: minor refactoring
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index f9286165..e6b9bf20 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -25,9 +25,8 @@ let
})
((rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let
name = "hack";
- version = "1.0";
in {
- name = "vim-color-${name}-${version}";
+ name = "vim-color-${name}-1.0";
destination = "/colors/${name}.vim";
text = /* vim */ ''
set background=dark