mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add better escape
This commit is contained in:
parent
8ade3b4f21
commit
c70bff4262
1 changed files with 5 additions and 0 deletions
5
lua/plugins/actions/escape.lua
Normal file
5
lua/plugins/actions/escape.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"max397574/better-escape.nvim",
|
||||
event = "InsertEnter",
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue