From 2f2c7a32a4115d06c3bb2b12e6d55f163d701bb3 Mon Sep 17 00:00:00 2001 From: JohnBish Date: Thu, 29 Jun 2023 02:03:05 -0400 Subject: [PATCH] fix(catppuccin): change nvim-tree integration to neo-tree for catppuccin/nvim plugin (#1003) --- lua/lazyvim/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/colorscheme.lua b/lua/lazyvim/plugins/colorscheme.lua index a9d97b41..114fcfd4 100644 --- a/lua/lazyvim/plugins/colorscheme.lua +++ b/lua/lazyvim/plugins/colorscheme.lua @@ -34,7 +34,7 @@ return { neotest = true, noice = true, notify = true, - nvimtree = true, + neotree = true, semantic_tokens = true, telescope = true, treesitter = true,