summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-07-21 22:22:10 +0200
committerGitHub <noreply@github.com>2024-07-21 16:22:10 -0400
commit7c7c1116e59199ac1c637b90706cfe9345d4b36f (patch)
tree26464151e4e21f9a1e85881212e6c588ebd38c40 /nvim
parent0da08234dda5c3e122efdaae5dea2c57bbfe6619 (diff)
downloaddots-7c7c1116e59199ac1c637b90706cfe9345d4b36f.tar.gz
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to be inside a table in the way that vim.keymap.set() does. With this fix the keymap description will be properly shown for example in telescope keymap search
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/kickstart/plugins/neo-tree.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/kickstart/plugins/neo-tree.lua b/nvim/lua/kickstart/plugins/neo-tree.lua
index c793b88..f126d68 100644
--- a/nvim/lua/kickstart/plugins/neo-tree.lua
+++ b/nvim/lua/kickstart/plugins/neo-tree.lua
@@ -11,7 +11,7 @@ return {
},
cmd = 'Neotree',
keys = {
- { '\\', ':Neotree reveal<CR>', { desc = 'NeoTree reveal' } },
+ { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' },
},
opts = {
filesystem = {