catppuccin: made the background transparent and fixed treesitter
This commit is contained in:
parent
188b44249a
commit
14149eeeb4
2 changed files with 4 additions and 5 deletions
|
@ -5,9 +5,10 @@ return { {
|
|||
require("catppuccin").setup({
|
||||
flavour = "mocha",
|
||||
integrations = {
|
||||
treesitter = false,
|
||||
treesitter = true,
|
||||
},
|
||||
transparent_background = true,
|
||||
})
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
end
|
||||
end,
|
||||
} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue