mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-18 12:00:23 +01:00
master
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.
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.
Languages
Vim script
100%