1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 14:40:27 +01:00

Don't set options, those break layzvim apparently

This commit is contained in:
2026-01-26 16:22:00 +01:00
parent 8dd78f67ee
commit ce732c7e75

View File

@@ -14,17 +14,4 @@ return {
-- quiet = true, -- quiet = true,
-- }, -- },
}, },
config = function(_, opts)
local conform = require("conform")
conform.setup(opts)
vim.o.formatexpr = "v:lua.require'conform'.formatexpr()"
vim.keymap.set("n", "<leader>f", function()
conform.format({
timeout_ms = 5000,
lsp_fallback = true,
})
end)
end,
} }