feat: add descriptions for keybinds

This commit is contained in:
Devin Lumley 2024-01-09 16:44:45 -08:00
parent 3120c51c84
commit 9f98fb46ce
7 changed files with 39 additions and 31 deletions

View file

@ -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")