Skip to content

Commit

Permalink
fix: Removed unnnecessary "opts.default"
Browse files Browse the repository at this point in the history
Ref: #5
  • Loading branch information
OXY2DEV committed Aug 13, 2024
1 parent 49398d6 commit e67b9e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lua/helpview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ helpview.add_hls = function (obj)
opt = hl.value();
end

opt.default = true;
vim.api.nvim_set_hl(0, hl.raw and hl.group_name or "Helpview" .. hl.group_name, opt);

::continue::
Expand Down
7 changes: 0 additions & 7 deletions lua/helpview/tags.lua

This file was deleted.

0 comments on commit e67b9e4

Please sign in to comment.