fixed 0.11 deprecations
Some checks failed
Send submodule updates to parent repo / update (main) (push) Has been cancelled
Send submodule updates to parent repo / update (tiling) (push) Has been cancelled

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

View file

@ -1,4 +1,3 @@
vim.o.background = ""
vim.cmd("set number")
vim.cmd("set expandtab")
vim.cmd("set tabstop=2")