Update snippets

This commit is contained in:
Daniel Lynn 2021-10-13 16:23:50 -05:00
parent 2de2c465f9
commit 7e6e72d918
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -1,6 +1,5 @@
" Assorted plugins
Plug 'cespare/vim-toml', { 'for': 'toml' }
Plug 'honza/vim-snippets'
Plug 'jiangmiao/auto-pairs'
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' }
Plug 'leafoftree/vim-svelte-plugin', { 'for': 'svelte' }
@ -23,7 +22,8 @@ Plug 'neovim/nvim-lspconfig' |
\ Plug 'hrsh7th/cmp-buffer' |
\ Plug 'hrsh7th/nvim-cmp' |
\ Plug 'hrsh7th/cmp-vsnip' |
\ Plug 'hrsh7th/vim-vsnip'
\ Plug 'hrsh7th/vim-vsnip' |
\ Plug 'rafamadriz/friendly-snippets'
" Lightline
Plug 'itchyny/lightline.vim' |