We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f17de commit 0b69616Copy full SHA for 0b69616
lua/nvim-web-devicons/icons-default.lua
@@ -2858,6 +2858,12 @@ local icons_by_file_extension = {
2858
cterm_color = "25",
2859
name = "R",
2860
},
2861
+ ["R"] = {
2862
+ icon = "",
2863
+ color = "#2266ba",
2864
+ cterm_color = "25",
2865
+ name = "R",
2866
+ },
2867
["rake"] = {
2868
icon = "",
2869
color = "#701516",
lua/nvim-web-devicons/icons-light.lua
+ color = "#1a4c8c",
0 commit comments