config(nvim): toml fault file at least trim space
parent
f1dece8449
commit
020d40a731
|
@ -416,7 +416,7 @@ require("lazy").setup({
|
|||
python = { "ruff_format" },
|
||||
sh = { "shfmt" },
|
||||
sql = { "sqlfluff" },
|
||||
toml = { "taplo" },
|
||||
toml = { "trim_whitespace", "taplo" },
|
||||
yaml = { "prettier" },
|
||||
zsh = { "shfmt" },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue