feat(catppuccin: more plugin integrations)

This commit is contained in:
NotAShelf 2023-05-24 04:17:10 +03:00
parent d65223e34e
commit ee3a5dc4a0
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@
integrations = { integrations = {
nvimtree = { nvimtree = {
enabled = true, enabled = true,
transparent_panel = false, transparent_panel = ${lib.boolToString transparent},
show_root = true, show_root = true,
}, },
@ -52,6 +52,12 @@
treesitter = true, treesitter = true,
ts_rainbow = true, ts_rainbow = true,
fidget = true, fidget = true,
alpha = true,
leap = true,
markdown = true,
noice = true,
notify = true, -- nvim-notify
which_key = true
}, },
} }
-- setup must be called before loading -- setup must be called before loading