doc: add note about advanced luasnip features

This commit is contained in:
TJ DeVries 2024-03-15 11:18:43 -04:00
parent 366f401a7f
commit c314857f2c
1 changed files with 3 additions and 0 deletions

View File

@ -711,6 +711,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' },