1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Exchange UltiSnips with old snipmate.

I'm not very heavy user of snippets. UltiSnips lately dropped support
for python2, yet I'm using some machines with old OSes, which complain a
lot during boostrapping my vimrc, so I was started to look for a simpler
replacement. Finally decided on a (slightly modified) original snipmate.
This commit is contained in:
2020-02-18 21:15:15 +01:00
parent b50b721562
commit c6560ce397
13 changed files with 87 additions and 370 deletions

2
vimrc
View File

@@ -11,7 +11,6 @@ endif
call plug#begin('~/.vim/bundle')
Plug 'SirVer/ultisnips'
Plug 'Valloric/MatchTagAlways'
Plug 'andymass/vim-matchup'
Plug 'ayuanx/vim-mark-standalone'
@@ -26,6 +25,7 @@ Plug 'gryf/pylint-vim', { 'for': 'python' }
Plug 'gryf/python-syntax', { 'for': 'python' }
Plug 'gryf/python.vim', { 'for': 'python' }
Plug 'gryf/pythonhelper', { 'for': 'python' }
Plug 'gryf/snipmate.vim'
Plug 'gryf/vim-latex-compiler'
Plug 'gryf/wombat256grf'
Plug 'gryf/zoom.vim'