Configure which-key and add descriptions to key binds

This commit is contained in:
Daniel McKnight 2025-05-21 16:42:29 -07:00
parent 9cb425d20a
commit 63d1208678
5 changed files with 25 additions and 21 deletions

View file

@ -7,6 +7,6 @@ return {
null_ls.builtins.formatting.stylua,
},
})
vim.keymap.set("n", "<leader>af", vim.lsp.buf.format, {})
vim.keymap.set("n", "<leader>af", vim.lsp.buf.format, {desc="Auto-Format File"})
end,
}