tmp
This commit is contained in:
parent
e3d3ab6680
commit
9c1281ef4f
7 changed files with 93 additions and 0 deletions
12
lua/plugins/conformer.lua
Normal file
12
lua/plugins/conformer.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
js = { "prettierd" },
|
||||
html = { "prettierd" },
|
||||
c = { "clang-format" },
|
||||
cpp = { "clang-format" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue