Skip to content

Commit 5b7175c

Browse files
committed
feat: add .clangd icon
1 parent d746254 commit 5b7175c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ return {
1111
[".babelrc"] = { icon = "", color = "#CBCB41", cterm_color = "185", name = "Babelrc" },
1212
[".bash_profile"] = { icon = "", color = "#89E051", cterm_color = "113", name = "BashProfile" },
1313
[".bashrc"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Bashrc" },
14+
[".clangd"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
1415
[".clang-format"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
1516
[".clang-tidy"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
1617
[".codespellrc"] = { icon = "󰓆", color = "#35DA60", cterm_color = "41", name = "Codespell" },

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)