Configure which-key and add descriptions to key binds
This commit is contained in:
parent
9cb425d20a
commit
63d1208678
5 changed files with 25 additions and 21 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue