Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-21 | Fix 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-17 | Move 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 |