Browse Source

Add DB support

Thomas Dy 9 years ago
parent
commit
ae71a083e7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -9,6 +9,8 @@ Plug 'mhinz/vim-signify'
 Plug 'sjl/gundo.vim'
 Plug 'ctrlpvim/ctrlp.vim'
 
+Plug 'vim-scripts/dbext.vim', {'for': 'sql'}
+
 if executable('lein')
   Plug 'guns/vim-sexp'
   Plug 'tpope/vim-sexp-mappings-for-regular-people'