diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index d93bd30b..9cc8e112 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -8,7 +8,7 @@ "autolist.nvim": { "branch": "main", "commit": "5f70a5f99e96c8fe3069de042abd2a8ed2deb855" }, "bigfile.nvim": { "branch": "main", "commit": "33eb067e3d7029ac77e081cfe7c45361887a311a" }, "bufferline.nvim": { "branch": "main", "commit": "1a3397556d194bb1f2cc530b07124ccc512c5501" }, - "catppuccin": { "branch": "main", "commit": "919d1f786338ebeced798afbf28cd085cd54542a" }, + "catppuccin": { "branch": "main", "commit": "988c0b2dde4140572ed37c6b8b5d5deac0219f9f" }, "ccc.nvim": { "branch": "main", "commit": "f77b477d9f0b9a28612212b3fc43145f2a5591cc" }, "cinnamon.nvim": { "branch": "master", "commit": "c406ffda3a0302f32c23b24ab756ea20467d6578" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, diff --git a/.config/nvim/lua/plugins/catppuccin.lua b/.config/nvim/lua/plugins/catppuccin.lua index e5453269..796bfc31 100644 --- a/.config/nvim/lua/plugins/catppuccin.lua +++ b/.config/nvim/lua/plugins/catppuccin.lua @@ -27,6 +27,7 @@ return { flash = true, headlines = true, gitsigns = true, + harpoon = false, illuminate = true, indent_blankline = { enabled = true, @@ -54,14 +55,15 @@ return { background = true, }, }, + lsp_trouble = false, navic = { enabled = false, custom_bg = "lualine" }, neotest = true, neotree = true, notify = true, noice = true, ufo = true, - overseer = true, - octo = true, + overseer = false, + octo = false, rainbow_delimiters = true, semantic_tokens = true, telescope = { @@ -70,7 +72,7 @@ return { }, symbols_outline = false, treesitter = true, - treesitter_context = true, + treesitter_context = false, which_key = true, }, },