Replies: 2 comments 1 reply
-
Check out kickstart.nvim. It can help you with not only the autosnippets but also understanding how to use neovim and lua a little better. This video in particular is gold. I hope this helps and best of wishes on your journey with neovim! |
Beta Was this translation helpful? Give feedback.
0 replies
-
For the people that use kickstart.nvim: In the lsp -> nvim-cmp configuration there is a line |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm desperately looking for help: I'm very new to nvim and have barely any knowledge of lua, so pretty much everything I did was told in some tutorials and I don't really understand what does what.
The issue is that I'm using Luasnip and autosnippets don't work unless I reload the lazy config by opening and then saving any of my plugin configurations.
If I run
:lua =require("luasnip").session.config.enable_autosnippets
it returns false, so over at Luasnip I was told it has to be some issue with lazy not properly loading the plugin.Any help would be greatly appreciated, even more so with an explanation of what I did wrong.
Thanks in advance!
My
init.lua
:My
luasnip.lua
(located innvim/lua/plugins
):Beta Was this translation helpful? Give feedback.
All reactions