Skip to content

Commit 3e2f3aa

Browse files
committed
Add API Blueprint plugin
1 parent 5294796 commit 3e2f3aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ let language_groups = {
182182
" Vim-polyglot
183183
Plug 'sheerun/vim-polyglot'
184184

185+
" API Blueprint
186+
Plug 'kylef/apiblueprint.vim',
187+
\ { 'for': 'apiblueprint' }
188+
185189
" Clojure
186190
Plug 'tpope/vim-fireplace',
187191
\ { 'for': 'clojure' }

0 commit comments

Comments
 (0)