doc: add note about advanced luasnip features
This commit is contained in:
parent
2f494e59ca
commit
5ac4b58f85
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -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' },
|
||||
|
|
Loading…
Reference in a new issue