mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 04:22:41 +01:00
5 lines
90 B
Lua
5 lines
90 B
Lua
local g = vim.g
|
|
|
|
g.AutoPairsShortcutFastWrap = "<C-e>"
|
|
g.AutoPairsShortcutJump = "<C-n>"
|
|
|