From 50e7274248f4689a651be9fe897bbddf746705f4 Mon Sep 17 00:00:00 2001 From: Jake Hamilton <31600776+jakehamtexas@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:20:52 -0500 Subject: [PATCH] fix: stylua --- lua/lazyvim/plugins/extras/formatting/prettier.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/formatting/prettier.lua b/lua/lazyvim/plugins/extras/formatting/prettier.lua index e38db9f7..80291b76 100644 --- a/lua/lazyvim/plugins/extras/formatting/prettier.lua +++ b/lua/lazyvim/plugins/extras/formatting/prettier.lua @@ -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,