Fix some colors in catppuccin and re-enable tresitter context

This commit is contained in:
Martin Larsson 2024-05-24 00:37:35 +02:00
parent 6ceabaec6c
commit 029a6817df
3 changed files with 28 additions and 39 deletions

View file

@ -3,7 +3,7 @@ return {
event = { "BufReadPre", "BufNewFile" },
build = ":TSUpdate",
dependencies = {
-- "nvim-treesitter/nvim-treesitter-context",
"nvim-treesitter/nvim-treesitter-context",
"nvim-treesitter/nvim-treesitter-textobjects",
},
config = function()
@ -37,7 +37,10 @@ return {
},
sync_install = false,
-- This can be updated to a list of languages instead of defaulting to true
highlight = { enable = true },
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
indent = { enable = true },
incremental_selection = {
enable = true,