From 499e33b054096046b3c60fb89c6a1923f8f6e996 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 25 Dec 2022 18:04:07 +0530 Subject: nvim: colorschemes: highlight for treesitter Signed-off-by: listout --- lua/core/colorscheme.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/core/colorscheme.lua b/lua/core/colorscheme.lua index 6cadd9f..ff648dd 100644 --- a/lua/core/colorscheme.lua +++ b/lua/core/colorscheme.lua @@ -1,6 +1,6 @@ -- Config in lua require("catppuccin").setup({ - flavour = "mocha", -- latte, frappe, macchiato, mocha + -- flavour = "mocha", -- latte, frappe, macchiato, mocha background = { -- :h background light = "latte", dark = "frappe", @@ -35,6 +35,7 @@ integrations = { gitsigns = true, nvimtree = true, telescope = true, + treesitter = true, notify = false, mini = false, -- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations) -- cgit v1.2.3