I\'m using SnipMate with Rob Hudson\'s snipmate_for_django snippets for Django development with MacVim.
I\'m working on moving my whole vim config to my Dropbox folder in order share it between machines more effectively. To do this, I\'ve changed my .vimrc to the following:
I\'m not sure where the functionality of tabbing to the next empty tag pair in HTML files comes from. I would like to disable it completely.
When I\'m in an html.erb file, I get no snipMate snippets. I would like both HTML and Ruby, or just HTML would be fine,
does anyone know how to edit a dot snippet file and reload into (g)vim without closing and re-open the program? it would be great to do tha开发者_开发技巧t with this excellent plugin.
I am using vim and snipMate, many times I need to name the HTML files to PHP, just because of 1 or 2 lines of code.
I have the following in my .vimrc: au BufNewFile,BufRead *.pt set filetype=xml This is needed because although I\'m editing a file with *.pt extension, it\'s indeed a valid xml file: setting the fi
I\'m using both the supertab and snipmate plugins. Let\'s say I\'m using snipmate to create an if statement structure. Once I\'m done adding statements inside the if-statement, how can I quickly mo开发