feat: add descriptions for keybinds
This commit is contained in:
parent
3120c51c84
commit
9f98fb46ce
7 changed files with 39 additions and 31 deletions
|
@ -7,7 +7,7 @@ return {
|
|||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function()
|
||||
vim.keymap.set("n", "<Leader>nn", ":Neotree<CR>", {})
|
||||
vim.keymap.set("n", "<Leader>nn", ":Neotree<CR>", { desc = "Open Neotree" })
|
||||
|
||||
local nt = require("neo-tree")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue