From 32c4e5f3445cd388ffc10eb38fc89a914fae3555 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Mon, 3 Jan 2022 22:32:56 -0500 Subject: [PATCH] enabled the nvim-tree and telescope integrations by default --- lua/catppuccin/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccin/config.lua b/lua/catppuccin/config.lua index fe42b17..c19489c 100644 --- a/lua/catppuccin/config.lua +++ b/lua/catppuccin/config.lua @@ -33,9 +33,9 @@ config.options = { lsp_saga = false, gitgutter = false, gitsigns = true, - telescope = false, + telescope = true, nvimtree = { - enabled = false, + enabled = true, show_root = false, }, which_key = false,