Add snippets support

This commit is contained in:
Oshgnacknak 2021-11-02 17:59:11 +01:00
parent e3be199e43
commit 42351ed046
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -18,6 +18,8 @@ Plug 'luochen1990/rainbow'
Plug 'wlangstroth/vim-racket' Plug 'wlangstroth/vim-racket'
Plug 'sirver/ultisnips' Plug 'sirver/ultisnips'
Plug 'lervag/vimtex' Plug 'lervag/vimtex'
" Plug 'wlangstroth/vim-racket'
Plug 'sirver/ultisnips'
call plug#end() call plug#end()
set completeopt-=preview set completeopt-=preview