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
ef02f5d86e
commit
50e7274248
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ return {
|
||||||
opts.sources = opts.sources or {}
|
opts.sources = opts.sources or {}
|
||||||
|
|
||||||
table.insert(opts.sources, nls.builtins.formatting.prettier.with({
|
table.insert(opts.sources, 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