Changed the nvim-vsnip to vim-vsnip

This commit is contained in:
Marcin Woźniak 2022-11-21 22:21:51 +01:00
parent 12ca3baa0a
commit c69c750d31
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -142,7 +142,8 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'sbdchd/neoformat'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/nvim-vsnip'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
" Telescope
Plug 'nvim-lua/plenary.nvim'