mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-04-09 12:51:42 +01:00
doc: add note about advanced luasnip features
This commit is contained in:
parent
2f494e59ca
commit
5ac4b58f85
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…
x
Reference in New Issue
Block a user