瀏覽代碼

Add plugins for clojure

Thomas Dy 9 年之前
父節點
當前提交
e9b73f7f1b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .vimrc

+ 6 - 0
.vimrc

@@ -7,6 +7,12 @@ Plug 'bling/vim-airline'
 Plug 'mhinz/vim-signify'
 Plug 'Shougo/unite.vim'
 
+if executable('lein')
+  Plug 'guns/vim-sexp'
+  Plug 'tpope/vim-sexp-mappings-for-regular-people'
+  Plug 'tpope/vim-fireplace', {'for': 'clojure'}
+endif
+
 Plug 'trusktr/seti.vim'
 
 call plug#end()