From: Samir Benmendil Date: Sat, 14 Jan 2023 00:50:31 +0000 (+0000) Subject: vim: introduce vim-autosource X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5ce1acc6d9c34ce13591dd4f6a09bd81256e75ec vim: introduce vim-autosource --- diff --git a/vim/vimrc b/vim/vimrc index 7adb68f..93f8bd0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -139,6 +139,10 @@ if !has('nvim') "}}} endif +Plug 'jenterkin/vim-autosource' " {{{2 + let g:autosource_hashdir = $XDG_CACHE_HOME . '/vim/vim-autosource' + let g:autosource_conf_names = ['.vimrc', '.vimrc.lua'] +"}}} call plug#end() filetype plugin indent on