aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-25 13:55:50 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-25 13:55:50 -0500
commit60a407891863190ddd13bc5e20f741d0a7a498b1 (patch)
treefc5cfe423ddd26d0ca760eca4fd5b5b2921f5925
parentf5d3f3914d120897c30026ccdc9ddf677c45e18a (diff)
fix(nvim): remove conform's whitespace formatters
-rw-r--r--nvim/.config/nvim/lua/plugins/conform.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/plugins/conform.lua b/nvim/.config/nvim/lua/plugins/conform.lua
index bc7c5b3..494c30d 100644
--- a/nvim/.config/nvim/lua/plugins/conform.lua
+++ b/nvim/.config/nvim/lua/plugins/conform.lua
@@ -21,7 +21,6 @@ local M = {
sh = { "shfmt" },
tex = { "latexindent", "injected" },
typst = { "typstyle", "injected" },
- ["*"] = { "trim_whitespace", "trim_newlines" },
},
formatters = {
latexindent = {