Skip to content

Commit 40e9d5a

Browse files
feat: add .clangd icon (#625)
* feat: add .clangd icon * fix typo in CONTRIBUTING.md * style: remove empty newlines in icons_by_file_extension * fix: put .clangd after .clang-* in icons_by_filename --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent b1ec74e commit 40e9d5a

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can automatically fix any style issues via:
100100
make style-fix
101101
```
102102

103-
Please commit all files from `lua/nvim-web-devicons/default/`, `lua/nvim-web-devicons/light/` end `lua/nvim-web-devicons/filetypes.lua`
103+
Please commit all files from `lua/nvim-web-devicons/default/`, `lua/nvim-web-devicons/light/` and `lua/nvim-web-devicons/filetypes.lua`
104104

105105
### Validate
106106

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
return {
2-
32
["3gp"] = { icon = "", color = "#FD971F", cterm_color = "208", name = "3gp" },
43
["3mf"] = { icon = "󰆧", color = "#888888", cterm_color = "102", name = "3DObjectFile" },
54
["7z"] = { icon = "", color = "#ECA517", cterm_color = "214", name = "7z" },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ return {
1313
[".bashrc"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Bashrc" },
1414
[".clang-format"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
1515
[".clang-tidy"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
16+
[".clangd"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "ClangConfig" },
1617
[".codespellrc"] = { icon = "󰓆", color = "#35DA60", cterm_color = "41", name = "Codespell" },
1718
[".condarc"] = { icon = "", color = "#43B02A", cterm_color = "34", name = "Conda" },
1819
[".dockerignore"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },

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

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

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)