1 files changed,
4 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-12-14 22:55:48 +0200
Parent:
b76b6bd
M
lua/plugins/lsp/null-ls.lua
@@ -23,7 +23,10 @@ formatting.golines,
formatting.clang_format, formatting.pg_format, - formatting.prettierd, + formatting.prettierd.with { + -- stylua: ignore + filetypes = { "javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "html", "json", "jsonc", "svelte", "astro" }, + }, }, } end,