diff --git a/init.lua b/init.lua index 11c8456..75698f0 100644 --- a/init.lua +++ b/init.lua @@ -756,6 +756,9 @@ require('lazy').setup({ luasnip.jump(-1) end end, { 'i', 's' }), + + -- For more advanced luasnip keymaps (e.g. selecting choice nodes, expansion) see: + -- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps }, sources = { { name = 'nvim_lsp' },