fix: stylua

This commit is contained in:
Jake Hamilton 2024-08-24 18:23:36 -05:00 committed by GitHub
parent 50e7274248
commit 86ee6a71b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,8 +91,8 @@ return {
opts.sources = opts.sources or {}
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
-- See: https://github.com/nvimtools/none-ls.nvim/blob/main/doc/BUILTIN_CONFIG.md#using-local-executables
prefer_local = true
}))
end,
},