From 86a0953da932eb721dc09987b5545a320ad4efba Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 26 Jan 2021 02:52:31 +0100 Subject: tv vim: prefer plugins to vim's own support files --- 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 4f961cd..c0125ec 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -72,7 +72,7 @@ let { set mouse=a set noruler set pastetoggle= - set runtimepath=$VIMRUNTIME,${extra-runtimepath} + set runtimepath=${extra-runtimepath},$VIMRUNTIME set shortmess+=I set showcmd set showmatch -- cgit v1.2.3