fix: stylua

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

View file

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