fixed 0.11 deprecations

This commit is contained in:
David Senoner 2025-04-18 15:39:43 +02:00
parent ce788d1acd
commit ca1a92e376
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
}