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