garbas / vim-snipmate

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
www.vim.org/scripts/script.php?script_id=2540
2.01k stars 181 forks source link

Use vital.vim for Dependencies #295

Open svilenb opened 1 year ago

svilenb commented 1 year ago

Is it possible to use :Vitalize from vital.vim in order to remove tlib_vim and vim-addon-mw-utils as installation dependencies?

ajzafar commented 10 months ago

I neglected to comment on this because I already had plans to remove the tlib and mw-utils dependencies.

I've pushed the commits that make tlib optional.

Hopefully I can make the mw-utils changes happen soon enough.