Added Snippets and cleanup .script/startup.sh

This commit is contained in:
TuDatTr
2020-03-03 18:26:11 +01:00
parent ff8227ac64
commit 4e20234777
16 changed files with 594 additions and 21 deletions

View File

@@ -2,7 +2,16 @@ runtime macros/matchit.vim
filetype on
call plug#begin()
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'lervag/vimtex'
Plug 'sheerun/vim-polyglot'
Plug 'fatih/vim-go'
Plug 'SirVer/ultisnips'
call plug#end()
let g:polyglot_disabled = ['latex']
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"