diff --git a/lua/catppuccin/config.lua b/lua/catppuccin/config.lua index 7277027..61c3243 100644 --- a/lua/catppuccin/config.lua +++ b/lua/catppuccin/config.lua @@ -32,11 +32,11 @@ config.options = { cmp = true, lsp_saga = false, gitgutter = false, - gitsigns = true, - telescope = true, + gitsigns = false, + telescope = false, nvimtree = { - enabled = true, - show_root = true, + enabled = false, + show_root = false, }, which_key = false, indent_blankline = { @@ -49,7 +49,7 @@ config.options = { fern = false, barbar = false, bufferline = false, - markdown = true, + markdown = false, lightspeed = false, ts_rainbow = false, hop = false,