aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins/neo-tree.lua
AgeCommit message (Collapse)Author
2024-07-21Fix neo-tree keymap description (#932)Damjan 9000
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
2024-04-17Move plugin examples from README to optional plugin files (#831)Damjan 9000
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin