You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the link. The solution is to put this line on .vimrc:
"autocmd BufRead,BufNewFile *.[file extension goes here] nnoremap
:call pdv#DocumentWithSnip()"
I think the the author of the plugin should explain in the documentation something about this. The plugin is great (when working), though
Hi, I've added the lines in my .vimrc, as in your example:
let g:pdv_template_dir = $HOME ."/.vim/bundle/pdv/templates_snip"
nnoremap :call pdv#DocumentWithSnip()
This works fine in the first buffer opened, but in all the other buffers it does nothing. Any idea why could that be?
Thanks, this work is much appreciated!
The text was updated successfully, but these errors were encountered: