dotfiles/nvim/lua/pluginconf/autopairs.lua

6 lines
90 B
Lua
Raw Normal View History

2021-05-30 22:10:33 +02:00
local g = vim.g
g.AutoPairsShortcutFastWrap = "<C-e>"
g.AutoPairsShortcutJump = "<C-n>"