Files
nvim-config/lua/plugins/wrapwidth.lua
2025-10-16 19:45:07 -04:00

6 lines
69 B
Lua

return {
'rickhowe/wrapwidth',
config = function()
end
}