mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: none-ls-extras.nvim to none-ls.nvim
This commit is contained in:
parent
b7c4310614
commit
20e8fc9b55
3 changed files with 10 additions and 0 deletions
|
@ -113,6 +113,12 @@ material_icon.setup({
|
|||
web_devicons.setup({
|
||||
override = material_icon.get_icons(),
|
||||
override_by_filename = {
|
||||
[".eslintrc.cjs"] = {
|
||||
icon = "",
|
||||
color = "#4930bd",
|
||||
cterm_color = "240",
|
||||
name = "eslintrccjs",
|
||||
},
|
||||
[".htaccess"] = {
|
||||
icon = "",
|
||||
color = "#C63C17",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue