Skip to content

Commit

Permalink
doc: add note about advanced luasnip features
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Mar 15, 2024
1 parent 2f494e5 commit 5ac4b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 5ac4b58

Please sign in to comment.