Minimize the config even more.

This commit is contained in:
CronyAkatsuki 2023-12-26 21:27:59 +01:00
parent 977a474ee8
commit 2ffb9926a5
8 changed files with 2 additions and 165 deletions

View file

@ -11,7 +11,7 @@ conform.setup({
})
-- only format with keybinding, don't like code chaning everytime I save
vim.keymap.set({ "n", "v" }, "<leader>f", function()
vim.keymap.set({ "n", "v" }, "<leader>vf", function()
conform.format({
lsp_fallback = true,
})