Files
nvim/lua/conf/plugins/nyooom.lua
2025-04-17 11:41:32 -05:00

8 lines
132 B
Lua

return { 'squibid/nyooom',
url = 'https://git.squi.bid/nyooom',
pin = true,
function()
require('nyooom').setup {}
end
}