Minimize the config even more.
This commit is contained in:
parent
977a474ee8
commit
2ffb9926a5
8 changed files with 2 additions and 165 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue