2 Commits
Author SHA1 Message Date
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
gryf eec7dd9e6c Removed sample snippets.
There are several possibly outdated snippets within the repository,
which was removed in favor of external repos like
https://github.com/honza/vim-snippets which is maintained.
2020-02-18 19:13:09 +01:00