Skip to content

Commit

Permalink
feat: hide end of buffer icon (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Ellison <[email protected]>
  • Loading branch information
nguyenanhhao221 and ellisonleao authored May 17, 2024
1 parent 20a566d commit 4f8e2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ local function get_groups()
["@lsp.type.type"] = { link = "@type" },
["@lsp.type.typeParameter"] = { link = "@type.definition" },
["@lsp.type.variable"] = { link = "@variable" },
EndOfBuffer = { link = "GruvboxBg0" },
}

for group, hl in pairs(config.overrides) do
Expand Down

0 comments on commit 4f8e2dc

Please sign in to comment.