mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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
|
@ -131,6 +131,9 @@ return {
|
|||
dependencies = {
|
||||
-- "jose-elias-alvarez/null-ls.nvim",
|
||||
"nvimtools/none-ls.nvim",
|
||||
dependencies = {
|
||||
"nvimtools/none-ls-extras.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("user.lsp.null-ls")
|
||||
end,
|
||||
|
|
|
@ -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