moving molokai into vim-plug installation

main
Matt Huntington 5 years ago
parent 8b66b578e9
commit 8aef9509e9

@ -16,6 +16,8 @@ Plug 'maxmellon/vim-jsx-pretty'
Plug 'preservim/nerdcommenter' Plug 'preservim/nerdcommenter'
"EJS syntax highlighting "EJS syntax highlighting
Plug 'nikvdp/ejs-syntax' Plug 'nikvdp/ejs-syntax'
"Molokai Color Scheme
Plug 'tomasr/molokai'
call plug#end() call plug#end()
"-- vim configs: --- "-- vim configs: ---

Loading…
Cancel
Save