Skip to content

Commit

Permalink
Add checkhealth
Browse files Browse the repository at this point in the history
  • Loading branch information
BoltsJ committed Feb 21, 2024
1 parent 14ac588 commit 0cbc9fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ local filetypes = {
["avif"] = "avif",
["bzl"] = "bzl",
["brewfile"] = "brewfile",
["checkhealth"] = "checkhealth",
["commit"] = "commit_editmsg",
["copying"] = "copying",
["gemfile"] = "gemfile$",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ local icons_by_filename = {
cterm_color = "113",
name = "BazelBuild",
},
["checkhealth"] = {
icon = "󰓙",
color = "#75B4FB",
cterm_color = "75",
name = "Checkhealth",
},
["cmakelists.txt"] = {
icon = "",
color = "#6d8086",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ local icons_by_filename = {
cterm_color = "22",
name = "BazelBuild",
},
["checkhealth"] = {
icon = "󰓙",
color = "#3a5a7e",
cterm_color = "24",
name = "Checkhealth",
},
["cmakelists.txt"] = {
icon = "",
color = "#526064",
Expand Down

0 comments on commit 0cbc9fc

Please sign in to comment.