From 63152822d2e99c443dc5817efb65f84a6a2d00e6 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 13 Mar 2024 15:52:14 +0000 Subject: [PATCH] Fix path high-lighting to not look like URL My relevant use-case is for Nix paths, which used to be linked to `GruvboxOrange`, and just look wrong when underlined. --- lua/gruvbox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 2d1a4ceb..961de87b 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -959,7 +959,7 @@ local function get_groups() ["@string.regexp"] = { link = "String" }, ["@string.escape"] = { link = "SpecialChar" }, ["@string.special"] = { link = "SpecialChar" }, - ["@string.special.path"] = { link = "Underlined" }, + ["@string.special.path"] = { link = "GruvboxOrange" }, ["@string.special.symbol"] = { link = "Identifier" }, ["@string.special.url"] = { link = "Underlined" }, ["@character"] = { link = "Character" },