From 86ee6a71b96099161e5919bfeafc76863b284183 Mon Sep 17 00:00:00 2001 From: Jake Hamilton <31600776+jakehamtexas@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:23:36 -0500 Subject: [PATCH] fix: stylua --- lua/lazyvim/plugins/extras/formatting/prettier.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/formatting/prettier.lua b/lua/lazyvim/plugins/extras/formatting/prettier.lua index 80291b76..69f8b9bd 100644 --- a/lua/lazyvim/plugins/extras/formatting/prettier.lua +++ b/lua/lazyvim/plugins/extras/formatting/prettier.lua @@ -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, },