|
@ -65,6 +65,11 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown'} |
|
|
" Colorschemes |
|
|
" Colorschemes |
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
|
|
|
|
|
|
|
|
|
" TOML |
|
|
|
|
|
Plug 'cespare/vim-toml', { 'for': 'toml' } |
|
|
|
|
|
|
|
|
|
|
|
set wildignore+=node_modules |
|
|
|
|
|
|
|
|
" All of your Plugins must be added before the following line |
|
|
" All of your Plugins must be added before the following line |
|
|
call plug#end() " required |
|
|
call plug#end() " required |
|
|
filetype plugin indent on " required |
|
|
filetype plugin indent on " required |
|
|