diff options
author | tv <tv@krebsco.de> | 2016-06-30 03:12:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-30 03:12:27 +0200 |
commit | fba00b70f8538bbfe169a9498bef7b52b4f7283b (patch) | |
tree | 63dfe644891f9c395d4e25523c6ab6b2150b2483 /tv/2configs/vim.nix | |
parent | d1853501f0b519ee34b69a3a76c837be9217ce70 (diff) |
tv vim: extra rtp wins
Diffstat (limited to 'tv/2configs/vim.nix')
-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 f77b18108..7c2150960 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -137,7 +137,7 @@ let set mouse=a set noruler set pastetoggle=<INS> - set runtimepath=${extra-runtimepath},$VIMRUNTIME + set runtimepath=$VIMRUNTIME,${extra-runtimepath} set shortmess+=I set showcmd set showmatch |