10 lines
169 B
Lua
10 lines
169 B
Lua
return {
|
|
'thomasmarcel/tune.nvim',
|
|
config = function()
|
|
local tune = require 'tune'
|
|
tune.setup()
|
|
tune.pick_random_colorscheme()
|
|
end,
|
|
priority = 10,
|
|
}
|