From 334cabc5ab5b56bf4646790e048f395dcf924352 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 5 Aug 2021 16:59:02 -0700 Subject: ultisnips -> snipmate no python dependency --- .vimrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 48a3b48..172d740 100644 --- a/.vimrc +++ b/.vimrc @@ -43,12 +43,15 @@ Plug 'sjl/gundo.vim' Plug 'itchyny/lightline.vim' +Plug 'MarcWeber/vim-addon-mw-utils' +Plug 'tomtom/tlib_vim' +Plug 'garbas/vim-snipmate' +Plug 'honza/vim-snippets' + Plug 'dhruvasagar/vim-table-mode' Plug 'tomtom/tcomment_vim' -Plug 'SirVer/ultisnips' - call plug#end() @@ -69,10 +72,8 @@ set ttimeoutlen=100 "toggle gundo pane nnoremap g :GundoToggle -"snippet bindings -let g:UltiSnipsExpandTrigger='' -let g:UltiSnipsJumpForwardTrigger='' -let g:UltiSnipsJumpBackwardTrigger='' +"snippets +let g:snipMate = { 'snippet_version' : 1 } "lightline colours. modded from 16color fun! s:Lightline_palette_init() -- cgit v1.2.3