luaformat

This commit is contained in:
2026-02-06 14:29:42 -06:00
parent 4126124208
commit 9499cc8072
3 changed files with 35 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
local map = vim.keymap.set
map("n", "<leader>e", "<cmd>NvimTreeToggle<CR>", { desc = "NvimTree" })
map("n", "<leader>f", function()
require("conform").format { async = true }
end, { desc = "Format buffer" })