summaryrefslogtreecommitdiffstats
path: root/tv
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
commit0bee76d9092022d6dbb082516e8bdb42f7fcc8c8 (patch)
tree6106b369274964b483fc5b5f57675e116628412d /tv
parentf6993b98450a703da75642ba2ca8cf05caf0c363 (diff)
tv vim: prefer plugins to vim's own support files
Diffstat (limited to 'tv')
-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 4f961cd4..c0125ecf 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