diff options
| author | Ellison <ellisonleao@gmail.com> | 2025-04-15 14:43:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 14:43:28 -0300 |
| commit | dde56763c32470c8fd6a682af90eee40156c6360 (patch) | |
| tree | 9707c06fea2e1386673a14bbb1d5c2f3e733c08f /lua | |
| parent | 12b5420b665e8053d74eb075d8a589477333f67d (diff) | |
| parent | e4c6c7992d2d1a1c99658df269c75edecd48078a (diff) | |
| download | gruvbox-dde56763c32470c8fd6a682af90eee40156c6360.tar.gz gruvbox-dde56763c32470c8fd6a682af90eee40156c6360.tar.xz | |
Merge pull request #393 from notfirefox/main
Link `LspReferenceTarget` to `Visual`
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index eb68093..8d47c5a 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -393,6 +393,7 @@ local function get_groups() DiagnosticVirtualTextHint = { link = "GruvboxAqua" }, DiagnosticOk = { link = "GruvboxGreenSign" }, LspReferenceRead = { link = "GruvboxYellowBold" }, + LspReferenceTarget = { link = "Visual" }, LspReferenceText = { link = "GruvboxYellowBold" }, LspReferenceWrite = { link = "GruvboxOrangeBold" }, LspCodeLens = { link = "GruvboxGray" }, |
