|
@@ -3,5 +3,5 @@ nnoremap <silent> cc :call NERDComment("n", "toggle")<CR>
|
|
|
vnoremap <silent> cc <Esc>:call NERDComment("x", "toggle")<CR>
|
|
vnoremap <silent> cc <Esc>:call NERDComment("x", "toggle")<CR>
|
|
|
|
|
|
|
|
" Add PHP docblocks.
|
|
" Add PHP docblocks.
|
|
|
-let g:pdv_template_dir = expand('~/.vim/plugged/pdv/templates')
|
|
|
|
|
|
|
+let g:pdv_template_dir = expand('~/dotfiles/vim/plugged/pdv/templates')
|
|
|
map <Leader>b :call pdv#DocumentCurrentLine()<CR>
|
|
map <Leader>b :call pdv#DocumentCurrentLine()<CR>
|