more color-schemes to nvim

This commit is contained in:
Harri Lahtinen 2019-07-16 22:56:32 +03:00
parent c687e7285e
commit 9920545fdd
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ Plug 'chase/focuspoint-vim'
Plug 'liuchengxu/space-vim-theme'
Plug 'kadekillary/Turtles'
Plug 'arcticicestudio/nord-vim'
Plug 'whatyouhide/vim-gotham'
Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
call plug#end()
map <C-n> :NERDTreeToggle<CR>