Added qt5ct

This commit is contained in:
2024-06-02 18:19:46 +02:00
parent 7676943e69
commit 896900392b
7 changed files with 57 additions and 6 deletions

View File

@@ -27,8 +27,7 @@ require("lazy").setup({
name = "catppuccin.vim",
priority = 1000,
config = function()
vim.g.catppuccin_flavor = "macchiato"
vim.cmd [[colorscheme catppuccin]]
vim.cmd.colorscheme("catppuccin")
end,
},