mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
feat: further plugin integration for catppuccin theme
This commit is contained in:
parent
caac3e5af4
commit
54305d50fa
1 changed files with 21 additions and 7 deletions
|
@ -23,7 +23,21 @@
|
|||
setup = {style ? "mocha"}: ''
|
||||
-- Catppuccin theme
|
||||
require('catppuccin').setup {
|
||||
flavour = "${style}"
|
||||
flavour = "${style}",
|
||||
transparent_background = true,
|
||||
integrations = {
|
||||
nvimtree = {
|
||||
enabled = true,
|
||||
transparent_panel = false,
|
||||
show_root = true,
|
||||
},
|
||||
|
||||
hop = true,
|
||||
gitsigns = true,
|
||||
telescope = true,
|
||||
treesitter = true,
|
||||
ts_rainbow = true,
|
||||
},
|
||||
}
|
||||
-- setup must be called before loading
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
|
|
Loading…
Reference in a new issue