diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f77b18108..7c2150960 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