mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Exchange UltiSnips with old snipmate.
I'm not very heavy user of snippets. UltiSnips lately dropped support for python2, yet I'm using some machines with old OSes, which complain a lot during boostrapping my vimrc, so I was started to look for a simpler replacement. Finally decided on a (slightly modified) original snipmate.
This commit is contained in:
2
snippets/javascript.snippets
Normal file
2
snippets/javascript.snippets
Normal file
@@ -0,0 +1,2 @@
|
||||
snippet dbg
|
||||
debugger;
|
||||
Reference in New Issue
Block a user