mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
feat(catppuccin: more plugin integrations)
This commit is contained in:
parent
d65223e34e
commit
ee3a5dc4a0
1 changed files with 7 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
integrations = {
|
||||
nvimtree = {
|
||||
enabled = true,
|
||||
transparent_panel = false,
|
||||
transparent_panel = ${lib.boolToString transparent},
|
||||
show_root = true,
|
||||
},
|
||||
|
||||
|
@ -52,6 +52,12 @@
|
|||
treesitter = true,
|
||||
ts_rainbow = true,
|
||||
fidget = true,
|
||||
alpha = true,
|
||||
leap = true,
|
||||
markdown = true,
|
||||
noice = true,
|
||||
notify = true, -- nvim-notify
|
||||
which_key = true
|
||||
},
|
||||
}
|
||||
-- setup must be called before loading
|
||||
|
|
Loading…
Reference in a new issue