Greatly reduce vim runtimepath

This commit is contained in:
Talia 2021-01-05 11:56:58 +01:00
parent 206ec2fd30
commit 84f4e2b7df
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -1,4 +1,6 @@
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
"!!! makes use of marker '
" Set up the runtime path
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'