initial refactor
This commit is contained in:
parent
c144250c75
commit
86d707340b
10 changed files with 165 additions and 240 deletions
|
|
@ -1,10 +1,10 @@
|
|||
local formatter = require("conform")
|
||||
-- local formatter = require("conform")
|
||||
|
||||
formatter.setup({
|
||||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
-- Use a sub-list to run only the first available formatter
|
||||
javascript = { "prettierd", "prettier" },
|
||||
typescript = { "prettier" },
|
||||
},
|
||||
})
|
||||
-- formatter.setup({
|
||||
-- formatters_by_ft = {
|
||||
-- lua = { "stylua" },
|
||||
-- -- Use a sub-list to run only the first available formatter
|
||||
-- javascript = { "prettierd", "prettier" },
|
||||
-- typescript = { "prettier" },
|
||||
-- },
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue