fixed 0.11 deprecations
Some checks are pending
Send submodule updates to parent repo / update (main) (push) Waiting to run
Send submodule updates to parent repo / update (tiling) (push) Waiting to run

This commit is contained in:
David Senoner 2025-04-18 15:39:43 +02:00
parent 96ede28493
commit fa78805948
2 changed files with 1 additions and 2 deletions

View file

@ -10,6 +10,6 @@ return {
theme = "dragon"
})
vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme kanagawa-dragon")
end
}