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
86ee6a71b9
commit
82e18aa95a
1 changed files with 4 additions and 2 deletions
|
|
@ -90,9 +90,11 @@ return {
|
|||
local nls = require("null-ls")
|
||||
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
|
||||
prefer_local = true
|
||||
prefer_local = true,
|
||||
}))
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue