diff options
author | tv <tv@krebsco.de> | 2021-01-26 02:52:31 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-26 20:54:47 +0100 |
commit | 0bee76d9092022d6dbb082516e8bdb42f7fcc8c8 (patch) | |
tree | 6106b369274964b483fc5b5f57675e116628412d /tv/2configs/vim.nix | |
parent | f6993b98450a703da75642ba2ca8cf05caf0c363 (diff) |
tv vim: prefer plugins to vim's own support files
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 4f961cd46..c0125ecfa 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 |