Skip to content

Commit

Permalink
Add support for nvim-treesitter-context
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored Jan 8, 2024
1 parent 76dbf93 commit b5f7011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/ayu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ local function set_groups()
VM_Cursor = { bg = colors.selection_inactive, sp = colors.fg, underline = true },
VM_Insert = { sp = colors.fg, underline = true },
VM_Mono = { fg = colors.bg, bg = colors.comment },

-- TreesitterContext.
TreesitterContext = { bg = colors.selection_inactive },
}

groups = vim.tbl_extend('force', groups, type(config.overrides) == 'function' and config.overrides() or config.overrides)
Expand Down

0 comments on commit b5f7011

Please sign in to comment.