add formatting again
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
return {
|
return {
|
||||||
-- 'stevearc/conform.nvim',
|
'stevearc/conform.nvim',
|
||||||
-- lazy = false,
|
lazy = false,
|
||||||
-- opts = {
|
opts = {
|
||||||
-- notify_on_error = true,
|
notify_on_error = true,
|
||||||
-- -- formatters_by_ft = {
|
-- formatters_by_ft = {
|
||||||
-- -- svelte = { "prettier" },
|
-- svelte = { "prettier" },
|
||||||
-- -- vue = { "prettier" },
|
-- vue = { "prettier" },
|
||||||
-- -- },
|
-- },
|
||||||
-- format_on_save = {
|
format_on_save = {
|
||||||
-- lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
-- timeout_ms = 1500,
|
timeout_ms = 1500,
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- config = function(_, opts)
|
config = function(_, opts)
|
||||||
-- local plug = require('conform')
|
local plug = require('conform')
|
||||||
-- plug.setup(opts)
|
plug.setup(opts)
|
||||||
-- end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user