7 lines
108 B
Lua
7 lines
108 B
Lua
local M = { "kylechui/nvim-surround" }
|
|
|
|
M.event = { "BufReadPre", "BufNewFile" }
|
|
|
|
M.config = true
|
|
|
|
return M
|