nvim: give vsnip its own file

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent fc7790d341
commit fc764cfd20
3 changed files with 8 additions and 6 deletions

View File

@ -56,6 +56,9 @@ require("packer").startup(function()
use({
"hrsh7th/vim-vsnip",
after = "nvim-cmp",
config = function()
require("plugins.vsnip")
end,
})
use({