1
0
Fork 0
dotfiles/.config/nvim/lua/plugins/misc/surround.lua

8 lines
109 B
Lua
Raw Normal View History

local M = { "kylechui/nvim-surround" }
2024-01-25 00:10:11 +01:00
M.event = { "BufReadPost", "BufNewFile" }
M.config = true
return M