From 2ddeae53cabb78ebbd44218fd8952bc7efce57b0 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 31 Aug 2019 01:36:18 -0400 Subject: .vim/plugins: Replace nerdtree with nnn --- .vim/plugins.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vim') 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 -- cgit v1.2.3