summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-30 03:12:27 +0200
committertv <tv@krebsco.de>2016-06-30 03:12:27 +0200
commit5291e15863ea88b026cf63e1d14f585a631cce93 (patch)
treef5c9af0f744e296e9ffcd7a7902ce267c9f79ec4
parentc49e08cbcc992afd0e1feef8949caff9ee007538 (diff)
tv vim: extra rtp wins
-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 f77b181..7c21509 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