From fba00b70f8538bbfe169a9498bef7b52b4f7283b Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 30 Jun 2016 03:12:27 +0200 Subject: tv vim: extra rtp wins --- tv/2configs/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv/2configs/vim.nix') 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= - set runtimepath=${extra-runtimepath},$VIMRUNTIME + set runtimepath=$VIMRUNTIME,${extra-runtimepath} set shortmess+=I set showcmd set showmatch -- cgit v1.2.3