Browse Source

Add toml support

coc
Schneider 7 years ago
parent
commit
3ad1666ff5
  1. 5
      vimrc.symlink
  2. 1
      zsh/aliases.zsh

5
vimrc.symlink

@ -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

1
zsh/aliases.zsh

@ -11,3 +11,4 @@ alias gl='git log'
alias gc='git commit '
alias ga='git add '
alias mem='cd /dev/shm'
Loading…
Cancel
Save