Browse Source

Add toml syntax support

Thomas Dy 8 years ago
parent
commit
c276eec174
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -11,6 +11,7 @@ Plug 'sjl/gundo.vim'
 Plug 'ctrlpvim/ctrlp.vim'
 
 Plug 'vim-scripts/dbext.vim', {'for': 'sql'}
+Plug 'cespare/vim-toml'
 
 if executable('lein')
   Plug 'guns/vim-sexp'