mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
13 lines
251 B
Lua
13 lines
251 B
Lua
return {
|
|
"nvim-tree/nvim-web-devicons",
|
|
config = function()
|
|
require("nvim-web-devicons").set_icon({
|
|
gql = {
|
|
icon = "",
|
|
color = "#e535ab",
|
|
cterm_color = "199",
|
|
name = "GraphQL",
|
|
},
|
|
})
|
|
end,
|
|
}
|