aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 6a5b256..6562049 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -5,7 +5,6 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
-Plugin 'scrooloose/nerdtree'
Plugin 'junegunn/fzf.vim'
Plugin 'tpope/vim-vinegar'
Plugin 'ervandew/supertab'
@@ -17,7 +16,7 @@ Plugin 'tomtom/tlib_vim'
Plugin 'tobyS/pdv'
Plugin 'tobyS/vmustache'
Plugin 'SirVer/ultisnips'
-
+Plugin 'mcchrish/nnn.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required