summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-08 10:33:15 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-08 10:33:15 +0100
commit7bab4e7e0956c7ddccc6a3398d84dcc7f2fad706 (patch)
tree692202bae9374384890c59183b51e268be10f475
parent1bc0b7af48492554424ba2afa89e9e69ce8e3835 (diff)
Use vim-vinegar because netrw is like hell
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index cab9ad2..07e40de 100644
--- a/vimrc
+++ b/vimrc
@@ -137,6 +137,7 @@ nmap <Leader>zw :FZFWindows<CR>
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive', { 'tag': 'v3.2' }
+Plug 'tpope/vim-vinegar', { 'tag': 'v1.0' }
" Plugin outside ~/.vim/plugged with post-update hook
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }