diff options
author | listout <listout@protonmail.com> | 2022-12-25 18:04:07 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-12-25 18:04:07 +0530 |
commit | 499e33b054096046b3c60fb89c6a1923f8f6e996 (patch) | |
tree | d2bd867ebe61bb054006824f2b2fe561c747fd8b /lua/core | |
parent | 02194c0c4f157da947b4f339b38c8a3a627cf6d8 (diff) |
nvim: colorschemes: highlight for treesitter
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'lua/core')
-rw-r--r-- | lua/core/colorscheme.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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) |