catppuccin: made the background transparent and fixed treesitter

This commit is contained in:
kalmenn 2023-12-21 12:23:23 +01:00
parent 188b44249a
commit 14149eeeb4
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 4 additions and 5 deletions

View file

@ -5,9 +5,10 @@ return { {
require("catppuccin").setup({
flavour = "mocha",
integrations = {
treesitter = false,
treesitter = true,
},
transparent_background = true,
})
vim.cmd.colorscheme("catppuccin")
end
end,
} }