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