From a1f6fbb085b75eef8e55c8b3317b9ecc4cb6cb90 Mon Sep 17 00:00:00 2001 From: Lokesh Krishna Date: Sat, 1 Jan 2022 19:19:27 +0530 Subject: [PATCH] Match upstream defaults --- lua/catppuccin/config.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,