@ -65,6 +65,11 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown'}
" Colorschemes
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
call plug#end() " required
filetype plugin indent on " required
@ -11,3 +11,4 @@ alias gl='git log'
alias gc='git commit '
alias ga='git add '
alias mem='cd /dev/shm'