mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add: vite.config.ts icon
This commit is contained in:
parent
835cea9f5e
commit
4bf3cb08ad
2 changed files with 8 additions and 2 deletions
|
@ -35,7 +35,7 @@ local options = {
|
||||||
timeoutlen = 300, -- Length of time to wait for a mapped sequence
|
timeoutlen = 300, -- Length of time to wait for a mapped sequence
|
||||||
undofile = true, -- Enable persistent undo
|
undofile = true, -- Enable persistent undo
|
||||||
updatetime = 300, -- Length of time to wait before triggering the plugin
|
updatetime = 300, -- Length of time to wait before triggering the plugin
|
||||||
wrap = true, -- Disable wrapping of lines longer than the width of window
|
wrap = false, -- Disable wrapping of lines longer than the width of window
|
||||||
writebackup = false, -- Disable making a backup before overwriting a file
|
writebackup = false, -- Disable making a backup before overwriting a file
|
||||||
-- minimal number of screen columns either side of cursor if wrap is `false`
|
-- minimal number of screen columns either side of cursor if wrap is `false`
|
||||||
-- guifont = "monospace:h17", -- the font used in graphical neovim applications
|
-- guifont = "monospace:h17", -- the font used in graphical neovim applications
|
||||||
|
|
|
@ -29,7 +29,7 @@ material_icon.setup({
|
||||||
},
|
},
|
||||||
["tsx"] = {
|
["tsx"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#1354bf",
|
color = "#3699ff",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "Tsx",
|
name = "Tsx",
|
||||||
},
|
},
|
||||||
|
@ -113,6 +113,12 @@ material_icon.setup({
|
||||||
web_devicons.setup({
|
web_devicons.setup({
|
||||||
override = material_icon.get_icons(),
|
override = material_icon.get_icons(),
|
||||||
override_by_filename = {
|
override_by_filename = {
|
||||||
|
["vite.config.ts"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ffab00",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "viteconfigts",
|
||||||
|
},
|
||||||
[".profile"] = {
|
[".profile"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#9C9C9C",
|
color = "#9C9C9C",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue