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
50e7274248
commit
86ee6a71b9
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ 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