mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-12-13 17:17:01 +00:00
doc: add note about advanced luasnip features
This commit is contained in:
3
init.lua
3
init.lua
@@ -711,6 +711,9 @@ require('lazy').setup({
|
|||||||
luasnip.jump(-1)
|
luasnip.jump(-1)
|
||||||
end
|
end
|
||||||
end, { 'i', 's' }),
|
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 = {
|
sources = {
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
|
|||||||
Reference in New Issue
Block a user