Lua snips not working after complete reinstall
ShashwatAgrawal20 opened this issue · 1 comments
ShashwatAgrawal20 commented
Lua snip are not working anymore, just reinstalled neovim and noticed the snippets are not showing up.
To replicate this you can remove ~/.local/share/nvim and ~/.cache/nvim
(This will completely remove packages and stuff )
ShashwatAgrawal20 commented
I figured it out, you just have to put this line in your lsp.lua
file
require('luasnip.loaders.from_vscode').lazy_load()