Skip to content

Commit

Permalink
vim: fixing write JS comment initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Apr 9, 2015
1 parent 71f85de commit a43498c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vim/rc/vim-plug.vim
Expand Up @@ -27,6 +27,8 @@ Plug 'thlorenz/snipmate-mine'

Plug 'tanabe/WriteJSDocComment.vim', { 'for': ['javascript','c','cc','cpp'] }
au FileType javascript,c,cc,cpp nnoremap <buffer> <leader>D :<C-u>call WriteJSDocComment()<CR>
" work around the fact that this doesn't load properly
au FileType javascript,c,cc,cpp source ~/dotfiles/vim/plugged/WriteJSDocComment.vim/WriteJSDocComment.vim

Plug 'justinmk/vim-sneak'

Expand Down

0 comments on commit a43498c

Please sign in to comment.