From cb36ccfa8db66db953795fd8e22138ed1712b1cd Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Sep 2024 00:58:26 +0200 Subject: checkpoint - added basic luasnip configuration - added highlights for TODO and FIXME keywords - added incremental selection of treesitter - added prettier to conform formatters - added when_disabled function to disable pairs in comments - changed the hiding keybind to :Hide command - only enable ` pairs in markdown - removed keybind - removed cmp's calc source - renamed keybinds for consistency - reorganized plugins in lazy.lua --- after/plugin/conform.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'after/plugin/conform.lua') diff --git a/after/plugin/conform.lua b/after/plugin/conform.lua index 13961b6..76f7dca 100644 --- a/after/plugin/conform.lua +++ b/after/plugin/conform.lua @@ -1,6 +1,7 @@ require("conform").setup({ formatters_by_ft = { lua = { "stylua" }, + html = { "prettier" }, }, format_on_save = { -- These options will be passed to conform.format() -- cgit v1.2.3