From 95ec24012d222cb803dcf3a03d341030b60fdb7b Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Sat, 15 Nov 2025 20:26:26 -0500 Subject: [PATCH] idk --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ab7a6d4..7d899e3 100644 --- a/init.lua +++ b/init.lua @@ -974,7 +974,7 @@ require("lazy").setup({ -- Disable "format_on_save lsp_fallback" for languages that don't -- have a well standardized coding style. You can add additional -- languages here or re-enable it for the disabled ones. - local disable_filetypes = { c = true, cpp = true, pyright = true, python = true } + local disable_filetypes = { c = true, cpp = true, pyright = true, python = true, html = true } local lsp_format_opt if disable_filetypes[vim.bo[bufnr].filetype] then lsp_format_opt = "never" @@ -994,7 +994,7 @@ require("lazy").setup({ -- python = { "isort", "black" }, -- -- You can use 'stop_after_first' to run the first available formatter from the list - -- javascript = { "prettierd", "prettier", stop_after_first = true }, + javascript = { "prettierd", "prettier", stop_after_first = true }, }, }, },