summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/nyooom.lua
blob: c6da17a7f9d37e003cac723b2558dba242b81728 (plain) (blame)
1
2
3
4
5
6
7
return { 'squibid/nyooom',
  url = 'https://git.squi.bid/nyooom',
  pin = true,
  function()
    require('nyooom').setup {}
  end
}