get nvim colorscheme from colors util
This commit is contained in:
parent
db24cbafa5
commit
45485c5cdc
3 changed files with 28 additions and 5 deletions
|
|
@ -11,6 +11,7 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
local Utils = require("juancwu.utils")
|
||||
require("juancwu.config").setup({
|
||||
colorscheme = "kanagawa-dragon",
|
||||
colorscheme = Utils.colors.get_timebased_colorscheme(),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue