aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-03-16 20:45:57 +0500
committerAnton Bobov <abobov@gmail.com>2021-03-20 20:14:45 +0500
commit1f0ace5cb8cfcd1f4316d59681e2bc61c283f39c (patch)
tree16f4d935619923611dd849e10c6da3822e617a1e /files/.vimrc
parent013ee40d4ee7b6d014649c263ab6828261cb4e62 (diff)
vim: change snippets to ultisnips.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc2
1 files changed, 1 insertions, 1 deletions
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