From dbace071dfe1251282c01803b3894b2c340da2a2 Mon Sep 17 00:00:00 2001 From: Warwick Date: Sun, 14 Feb 2021 15:59:57 +0000 Subject: [PATCH] Replaced nerdtree with inbuilt file explorer --- plugins.vim | 3 --- vimrc | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins.vim b/plugins.vim index 0f98d81..3b400b9 100644 --- a/plugins.vim +++ b/plugins.vim @@ -15,7 +15,6 @@ Plugin 'itchyny/lightline.vim' "Plug 'morhetz/gruvbox' " Functional Plugin 'jiangmiao/auto-pairs' -Plugin 'scrooloose/nerdtree' Plugin 'tpope/vim-surround' Plugin 'dhruvasagar/vim-dotoo' " Language C++/glsl @@ -41,8 +40,6 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line -" NerdTree -nnoremap :NERDTreeToggle " Tab completion inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" diff --git a/vimrc b/vimrc index 7728987..296047c 100644 --- a/vimrc +++ b/vimrc @@ -90,5 +90,7 @@ hi CursorLine ctermbg=8 guibg=#404040 hi Cursor ctermbg=15 " set spellcheck set spell +" Remap Lex +nnoremap :Lex " Load Plugins so ~/.vim/plugins.vim