aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-08-31 01:36:18 -0400
committertdro <tdro@users.noreply.github.com>2019-08-31 01:36:18 -0400
commit2ddeae53cabb78ebbd44218fd8952bc7efce57b0 (patch)
treeb9f335085e991a5c6978748334db6ffd3df94188 /.vim
parentc00783ac3cf97d61ea1491ea27322fe7376ef3d7 (diff)
downloaddotfiles-2ddeae53cabb78ebbd44218fd8952bc7efce57b0.tar.gz
dotfiles-2ddeae53cabb78ebbd44218fd8952bc7efce57b0.tar.bz2
dotfiles-2ddeae53cabb78ebbd44218fd8952bc7efce57b0.zip
.vim/plugins: Replace nerdtree with nnn
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