mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix null-ls format onsave
This commit is contained in:
parent
3a8ccb5ffb
commit
0c12f6e382
2 changed files with 61 additions and 33 deletions
|
@ -7,6 +7,18 @@ local material_icon_ok, material_icon = pcall(require, "nvim-material-icon")
|
|||
if not material_icon_ok then
|
||||
return
|
||||
end
|
||||
material_icon.setup({
|
||||
override = {
|
||||
["mjs"] = {
|
||||
icon = "",
|
||||
color = "#efd81d",
|
||||
cterm_color = "220",
|
||||
name = "Mjs",
|
||||
},
|
||||
},
|
||||
color_icons = true,
|
||||
default = true,
|
||||
})
|
||||
|
||||
web_devicons.setup({
|
||||
override = material_icon.get_icons(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue