mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
add: config default theme
This commit is contained in:
parent
2751234228
commit
7f1d7df0c8
3 changed files with 13 additions and 5 deletions
|
@ -93,6 +93,12 @@ material_icon.setup({
|
|||
cterm_color = "220",
|
||||
name = "GradleFile",
|
||||
},
|
||||
["mod"] = {
|
||||
icon = "",
|
||||
color = "#C5362B",
|
||||
cterm_color = "220",
|
||||
name = "gomod",
|
||||
},
|
||||
-- ["go"] = {
|
||||
-- icon = "",
|
||||
-- color = "#0FBFCF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue