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