X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/84ae21d12fc8b9acba83e8ffd74d2100ebdbf4da..a83671e3f434d9ddc226feb23ecc7332aade3223:/vim/vimrc 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