From dc767b870aebc4d623610e28b0efd0ce9f837f95 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 26 Nov 2020 17:47:23 +0100 Subject: [PATCH] Add vim snippets --- dotfiles/vim/vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index e28ae79..f1cc34b 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -39,6 +39,9 @@ Plug 'nvie/vim-flake8' Plug 'dense-analysis/ale' " Black autoformatter for Python Plug 'psf/black', { 'branch': 'stable' } +" Snippets +Plug 'SirVer/ultisnips' +Plug 'honza/vim-snippets' " HIGHLIGHTING " Whitespace highlighting and removal @@ -101,6 +104,10 @@ let g:tex_flavor = 'latex' let g:vimtex_view_method = 'zathura' let g:vimtex_quickfix_autoclose_after_keystrokes = 2 let g:vimtex_quickfix_open_on_warning = 0 + +let g:UltiSnipsExpandTrigger = '' +let g:UltiSnipsJumpForwardTrigger = '' +let g:UltiSnipsJumpBackwardTrigger = '' " }}} " COLORS {{{ colorscheme badwolf