X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0038a5d6682b9facccbf188b65e1679f5de3b0f9..2beb7f12678ef073ce87fbed008e8e76ec6fc28b:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index fcd2f58..c1632f9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,6 +4,11 @@ if has('python3') | endif " space is leader let g:mapleader = " " +" disable netrw +"FIXME: it currently breaks vim-fugitive 2023-04-11 +" instead of opening Git status, a netrw buffer opens instead +let g:loaded_netrwPlugin = 1 + " runtimepath {{{1 set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after