Skip to content

Commit 7a19449

Browse files
authored
feat: add checkhealth (#403)
1 parent 14ac588 commit 7a19449

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lua/nvim-web-devicons.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ local filetypes = {
4343
["avif"] = "avif",
4444
["bzl"] = "bzl",
4545
["brewfile"] = "brewfile",
46+
["checkhealth"] = "checkhealth",
4647
["commit"] = "commit_editmsg",
4748
["copying"] = "copying",
4849
["gemfile"] = "gemfile$",

lua/nvim-web-devicons/icons-default.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ local icons_by_filename = {
173173
cterm_color = "113",
174174
name = "BazelBuild",
175175
},
176+
["checkhealth"] = {
177+
icon = "󰓙",
178+
color = "#75B4FB",
179+
cterm_color = "75",
180+
name = "Checkhealth",
181+
},
176182
["cmakelists.txt"] = {
177183
icon = "",
178184
color = "#6d8086",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ local icons_by_filename = {
173173
cterm_color = "22",
174174
name = "BazelBuild",
175175
},
176+
["checkhealth"] = {
177+
icon = "󰓙",
178+
color = "#3a5a7e",
179+
cterm_color = "24",
180+
name = "Checkhealth",
181+
},
176182
["cmakelists.txt"] = {
177183
icon = "",
178184
color = "#526064",

0 commit comments

Comments
 (0)