Replaced nerdtree with inbuilt file explorer

This commit is contained in:
Warwick 2021-02-14 15:59:57 +00:00
parent d0d027bb86
commit dbace071df
2 changed files with 2 additions and 3 deletions

View file

@ -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 <C-o> :NERDTreeToggle<CR>
" Tab completion
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"

2
vimrc
View file

@ -90,5 +90,7 @@ hi CursorLine ctermbg=8 guibg=#404040
hi Cursor ctermbg=15
" set spellcheck
set spell
" Remap Lex
nnoremap <C-o> :Lex<CR>
" Load Plugins
so ~/.vim/plugins.vim