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:
2
vimrc
2
vimrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user