From fafb1c318c0ee2f68ea0571478fd94922ed4f34d Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Mon, 19 Feb 2024 17:23:00 +0700 Subject: [PATCH] add: icon classpath --- lua/user/webdevicons.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/user/webdevicons.lua b/lua/user/webdevicons.lua index d6b157e..994e98f 100644 --- a/lua/user/webdevicons.lua +++ b/lua/user/webdevicons.lua @@ -233,5 +233,11 @@ web_devicons.setup({ cterm_color = "220", name = "gradlewFile", }, + [".classpath"] = { + icon = "󰅶", + color = "#9C9C9C", + cterm_color = "220", + name = "gradlewFile", + }, }, })