mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
feat(keymaps): unlink luasnip on esc
This commit is contained in:
parent
8fe3b5eec8
commit
ef9102677f
3 changed files with 12 additions and 3 deletions
|
@ -13,6 +13,11 @@ M.actions = {
|
|||
return true
|
||||
end
|
||||
end,
|
||||
snippet_stop = function()
|
||||
if vim.snippet then
|
||||
vim.snippet.stop()
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
||||
---@param actions string[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue