summaryrefslogtreecommitdiffstats
path: root/nvim/lua/kickstart/plugins/neo-tree.lua
Commit message (Collapse)AuthorAgeFilesLines
* Enable silent option for default neo-tree plugin keybinding (#1108)Bayram Kazik2024-08-251-1/+1
|
* Fix neo-tree keymap description (#932)Damjan 90002024-07-211-1/+1
| | | | | | | 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
* Move plugin examples from README to optional plugin files (#831)Damjan 90002024-04-171-0/+25
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin