tv hack.vim: minor refactoring
This commit is contained in:
parent
3fca2434b1
commit
f94ce5630a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue