Browse Source

Set up vim-plug plugin manager with nerdtree to test.

master
Daniel Sissom 5 years ago
parent
commit
1a6e585a7c
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
2 changed files with 12 additions and 0 deletions
  1. + 2
    - 0
      vim/vim/vim-plug/.gitignore
  2. + 10
    - 0
      vim/vimrc

+ 2
- 0
vim/vim/vim-plug/.gitignore

@ -0,0 +1,2 @@
*
!.gitignore

+ 10
- 0
vim/vimrc

@ -104,3 +104,13 @@ if filereadable("/etc/vim/vimrc.local")
endif
syntax spell toplevel
call plug#begin('~/.vim/vim-plug')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
call plug#end()
map <C-n> :NERDTreeToggle<CR>

Loading…
Cancel
Save