summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-01-26 02:52:31 +0100
committertv <tv@krebsco.de>2021-01-26 20:54:47 +0100
commit86a0953da932eb721dc09987b5545a320ad4efba (patch)
treec1c32d9f2c08f87fc605c8c8752d8b2c2f019819 /tv/2configs/vim.nix
parentf20891f279a2358fda2ee898e40d13d1efc49726 (diff)
tv vim: prefer plugins to vim's own support files
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 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=<INS>
- set runtimepath=$VIMRUNTIME,${extra-runtimepath}
+ set runtimepath=${extra-runtimepath},$VIMRUNTIME
set shortmess+=I
set showcmd
set showmatch