mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update config for NerdFont v3.2.1
This commit is contained in:
parent
5ddbe5b35e
commit
00fb75edef
2 changed files with 18 additions and 5 deletions
|
@ -40,7 +40,8 @@ return {
|
||||||
LineModified = "",
|
LineModified = "",
|
||||||
LineRemoved = "",
|
LineRemoved = "",
|
||||||
FileDeleted = "",
|
FileDeleted = "",
|
||||||
FileIgnored = "◌",
|
-- FileIgnored = "◌",
|
||||||
|
FileIgnored = "",
|
||||||
FileRenamed = "",
|
FileRenamed = "",
|
||||||
FileStaged = "S",
|
FileStaged = "S",
|
||||||
FileUnmerged = "",
|
FileUnmerged = "",
|
||||||
|
|
|
@ -12,19 +12,19 @@ local prettier_icon = ""
|
||||||
material_icon.setup({
|
material_icon.setup({
|
||||||
override = {
|
override = {
|
||||||
["mjs"] = {
|
["mjs"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#f2c55c",
|
color = "#f2c55c",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "Mjs",
|
name = "Mjs",
|
||||||
},
|
},
|
||||||
["js"] = {
|
["js"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#f2c55c",
|
color = "#f2c55c",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "javascript",
|
name = "javascript",
|
||||||
},
|
},
|
||||||
["ts"] = {
|
["ts"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#548af7",
|
color = "#548af7",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "ts",
|
name = "ts",
|
||||||
|
@ -422,7 +422,7 @@ web_devicons.setup({
|
||||||
name = "webpackconfigjs",
|
name = "webpackconfigjs",
|
||||||
},
|
},
|
||||||
["package.json"] = {
|
["package.json"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#8ED6FB",
|
color = "#8ED6FB",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "packagejson",
|
name = "packagejson",
|
||||||
|
@ -433,5 +433,17 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "gitignore",
|
name = "gitignore",
|
||||||
},
|
},
|
||||||
|
["tsconfig.json"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#519aba",
|
||||||
|
cterm_color = "74",
|
||||||
|
name = "TSConfig",
|
||||||
|
},
|
||||||
|
["jsconfig.json"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#f2c55c",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "JSConfig",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue