Update
This commit is contained in:
11
lua/plugins/default/conform.lua
Normal file
11
lua/plugins/default/conform.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
["json"] = { "jq" },
|
||||
["jsonc"] = { "jq" },
|
||||
["tex"] = { "latexindent" },
|
||||
["toml"] = { "taplo "},
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user