feat: add tune

This commit is contained in:
Thomas Alcala Schneider 2023-12-19 19:24:51 +01:00
parent c0aa823c3a
commit e4042a3562
2 changed files with 18 additions and 14 deletions

View file

@ -1,6 +1,9 @@
return {
dir = '~/projects/tune.nvim',
'thomasmarcel/tune.nvim',
config = function()
require('tune').setup()
local tune = require 'tune'
tune.setup()
tune.pick_random_colorscheme()
end,
priority = 10,
}