summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
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
commitfba00b70f8538bbfe169a9498bef7b52b4f7283b (patch)
tree63dfe644891f9c395d4e25523c6ab6b2150b2483 /tv/2configs/vim.nix
parentd1853501f0b519ee34b69a3a76c837be9217ce70 (diff)
tv vim: extra rtp wins
Diffstat (limited to 'tv/2configs/vim.nix')
-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 f77b1810..7c215096 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