Better approach to vim/after.

This commit is contained in:
Bartek Stalewski 2021-10-27 16:28:32 +02:00
parent a3cc721ca3
commit 92cfa2b028
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set runtimepath+=$XDG_CONFIG_HOME/vim
set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after
call plug#begin('$XDG_DATA_HOME/vim-plugins')
Plug 'tomasr/molokai'
Plug 'junegunn/fzf'