From 6da1a73df0e5fe600dcba0b0a82a334b298c2422 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Thu, 25 Apr 2024 07:26:16 +0700 Subject: [PATCH] add: update config --- lua/custom/plugins/onedarkpro.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/onedarkpro.lua b/lua/custom/plugins/onedarkpro.lua index 9e16cfb..5701619 100644 --- a/lua/custom/plugins/onedarkpro.lua +++ b/lua/custom/plugins/onedarkpro.lua @@ -89,7 +89,7 @@ return { -- ["@property.javascript"] = { fg = "${cyan}" }, -- similar to `@field` ["@lsp.type.parameter"] = { fg = "${fg}" }, ["@lsp.type.property.lua"] = { fg = "${red}" }, - ["@lsp.type.variable.lua"] = { fg = "${fg}" }, + ["@lsp.type.variable"] = { fg = "${fg}" }, NvimTreeGitDirty = { fg = "${yellow}" }, Pmenu = { fg = "${fg}", bg = "${bg}" }, PmenuThumb = { bg = "${gray}" }, -- Popup menu: Thumb of the scrollbar.