Closed mohamad-supangat closed 4 months ago
thanks, fixed.
btw, that error did only occur when you did not use LuaSnip or nvim-snippets. What snippet engine are you using? Cause I am actually not aware of any other
thanks, fixed.
btw, that error did only occur when you did not use LuaSnip or nvim-snippets. What snippet engine are you using? Cause I am actually not aware of any other
Tanks for fix this, i use https://github.com/hrsh7th/vim-vsnip
btw who is better vim-vsnip or luasnip for vscode snippet support ?
Ah, I didn't know about vsnip, interesting.
Generally, luasnip or nvim-snippets are preferrable, since both have reload functiosn, meaning you do not have to restart vim after editing/adding a snippet with scissors.
luasnip is the more complicated, but also more customizable plugin, while nvim-snippets is the simpler plugin. Lazyvim (the nvim distro) uses nvim-snippets.
btw, if you wanna keep on using vsnip, I just added support for hot-reloading with it in https://github.com/chrisgrieser/nvim-scissors/commit/dc039a7cc3eca12eaea617b1a8cf6d12a2ae14fb
Thanks fot this awesome plugin @chrisgrieser
Bug Description
after key enter to save new snippet i got a error, but snippet file updated in snippet folder
Relevant Screenshot
To Reproduce
<leader>sa
to create snippetesc
back to normal mode and keyenter
to saveneovim version
Make sure you have done the following