mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-22 09:29:48 +01:00
8 lines
124 B
Lua
8 lines
124 B
Lua
return {
|
|
"kylechui/nvim-surround",
|
|
event = "BufReadPost",
|
|
config = function()
|
|
require("nvim-surround").setup()
|
|
end,
|
|
}
|