Skip to content

Commit 5ac4b58

Browse files
committed
doc: add note about advanced luasnip features
1 parent 2f494e5 commit 5ac4b58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,9 @@ require('lazy').setup({
711711
luasnip.jump(-1)
712712
end
713713
end, { 'i', 's' }),
714+
715+
-- For more advanced luasnip keymaps (e.g. selecting choice nodes, expansion) see:
716+
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
714717
},
715718
sources = {
716719
{ name = 'nvim_lsp' },

0 commit comments

Comments
 (0)