colorscheme: improve selection of colorscheme
This commit is contained in:
parent
40fa8c3ade
commit
49015143c5
2 changed files with 28 additions and 1 deletions
|
@ -4,6 +4,12 @@ return {
|
|||
priority = 1000,
|
||||
|
||||
config = function ()
|
||||
vim.cmd("colorscheme kanagawa-dragon")
|
||||
local conf = require("kanagawa")
|
||||
|
||||
conf.setup({
|
||||
theme = "dragon"
|
||||
})
|
||||
|
||||
vim.cmd("colorscheme kanagawa")
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue