Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
5 lines
101 B
Lua
Executable file
5 lines
101 B
Lua
Executable file
return {
|
|
'tpope/vim-surround',
|
|
event = { 'BufRead', 'BufNewFile' },
|
|
config = function() end,
|
|
}
|