feat: add tune
This commit is contained in:
parent
c0aa823c3a
commit
e4042a3562
2 changed files with 18 additions and 14 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue