diff options
author | tv <tv@krebsco.de> | 2016-06-09 13:20:29 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | f94ce5630a46210904960af047261339fdaa1afe (patch) | |
tree | c8c558c58314f41f44983950adcc0f3e0efe1aa2 /tv | |
parent | 3fca2434b11ec5cefdf154d82967f0d18655dd25 (diff) |
tv hack.vim: minor refactoring
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f92861653..e6b9bf20a 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 |