1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/surround.lua

9 lines
106 B
Lua
Raw Normal View History

2022-10-13 01:05:38 +02:00
local M = {}
function M.setup()
vim.g.surround_113 = '"\r"'
vim.g.surround_97 = "'\r'"
end
return M