mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: stylua
This commit is contained in:
parent
82e18aa95a
commit
aa183f871d
1 changed files with 5 additions and 5 deletions
|
|
@ -89,13 +89,13 @@ return {
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
local nls = require("null-ls")
|
local nls = require("null-ls")
|
||||||
opts.sources = opts.sources or {}
|
opts.sources = opts.sources or {}
|
||||||
|
|
||||||
table.insert(
|
table.insert(
|
||||||
opts.sources,
|
opts.sources,
|
||||||
nls.builtins.formatting.prettier.with({
|
nls.builtins.formatting.prettier.with({
|
||||||
-- See: https://github.com/nvimtools/none-ls.nvim/blob/main/doc/BUILTIN_CONFIG.md#using-local-executables
|
-- See: https://github.com/nvimtools/none-ls.nvim/blob/main/doc/BUILTIN_CONFIG.md#using-local-executables
|
||||||
prefer_local = true,
|
prefer_local = true,
|
||||||
}))
|
})
|
||||||
|
)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue