From 1f0ace5cb8cfcd1f4316d59681e2bc61c283f39c Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 16 Mar 2021 20:45:57 +0500 Subject: vim: change snippets to ultisnips. --- files/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index 90e8733..60b2209 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -37,7 +37,7 @@ Plugin 'https://github.com/lifepillar/vim-solarized8' " Zen codding Plugin 'https://github.com/mattn/emmet-vim.git' " Code snippets -Plugin 'https://github.com/msanders/snipmate.vim' +Plugin 'SirVer/ultisnips' " Silversearch plugin Plugin 'mileszs/ack.vim' " Support dot command for plugins -- cgit v1.2.3