1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-18 12:00:23 +01:00
gryf 4886920dd7 No multiple snips allowed.
I'm trying to keep things simple. From now on, assumption is, that if
someone define a snippet for global or certain filetype, which already
exists in external repository (like in ~/.vim/bundle/…/snippets), it
will be taken first, and the one in bundle path ignored.

This is using the fact, that runtimepath starts from ~/.vimrc, so the
place where the user configuration lies. Whatever user is defined takes
precedence.
2020-02-18 19:15:32 +01:00
2020-02-18 19:15:32 +01:00
2020-02-18 19:15:32 +01:00
2016-04-29 23:03:41 -07:00

snipMate

The most recent version of snipMate is now available at @garbas/vim-snipmate.

Description
snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
Readme 326 KiB
Languages
Vim script 100%