diff --git a/lazy-lock.json b/lazy-lock.json index 12e94f5..78fde8a 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -12,7 +12,7 @@ "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "code_runner.nvim": { "branch": "main", "commit": "701807c4f181cd00d4fad0280bbc821324cbe3c1" }, "codeium.vim": { "branch": "main", "commit": "2a0c0b7fecee38a52fe750563ff70cff45f768b0" }, - "dressing.nvim": { "branch": "master", "commit": "59fe7ef1aeeed499b983614fcfff89206bf0d5ce" }, + "dressing.nvim": { "branch": "master", "commit": "8b7ae53d7f04f33be3439a441db8071c96092d19" }, "fidget.nvim": { "branch": "main", "commit": "0ba1e16d07627532b6cae915cc992ecac249fb97" }, "friendly-snippets": { "branch": "main", "commit": "53d3df271d031c405255e99410628c26a8f0d2b0" }, "gitsigns.nvim": { "branch": "main", "commit": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2" }, diff --git a/lua/user/webdevicons.lua b/lua/user/webdevicons.lua index 1063efe..0733c98 100644 --- a/lua/user/webdevicons.lua +++ b/lua/user/webdevicons.lua @@ -40,4 +40,18 @@ material_icon.setup({ web_devicons.setup({ override = material_icon.get_icons(), + override_by_filename = { + [".prettierrc"] = { + icon = "", + color = "#ea5e5e", + cterm_color = "167", + name = "prettierrc", + }, + [".prettierignore"] = { + icon = "", + color = "#ea5e5e", + cterm_color = "167", + name = "prettierignore", + }, + }, })