Skip to content

Commit

Permalink
fix(groups): invalid check for enabling nvim-treesitter-context
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Feb 9, 2024
1 parent 65cb81c commit 4b622be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/highlite/groups/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ local function from_palette(palette, opts)
groups.TodoSignWARN = 'TodoFgWARN'
end

if all_syntax or nvim_plugins.treesitter_context ~= false then
if all_nvim_plugins or nvim_plugins.treesitter_context ~= false then
groups.TreesitterContextLineNumber = Groups.extend({fg = sign_column.fg}, groups'NormalFloat')
end

Expand Down

0 comments on commit 4b622be

Please sign in to comment.