mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-21 11:15:28 +02:00
fix(catppuccin): change nvim-tree integration to neo-tree for catppuccin/nvim plugin (#1003)
This commit is contained in:
parent
c03b9a3ff1
commit
2f2c7a32a4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return {
|
||||||
neotest = true,
|
neotest = true,
|
||||||
noice = true,
|
noice = true,
|
||||||
notify = true,
|
notify = true,
|
||||||
nvimtree = true,
|
neotree = true,
|
||||||
semantic_tokens = true,
|
semantic_tokens = true,
|
||||||
telescope = true,
|
telescope = true,
|
||||||
treesitter = true,
|
treesitter = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue