Commit Graph

3 Commits (67c23b3398f53ad2dffb972d10d891716d5d597b)

Author SHA1 Message Date
orip 5962064255 Add type hints to plugin options where possible
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.

This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
7 days ago
Liam Dyer d350db2449
feat: switch nvim-cmp for blink.cmp (#1426) 3 months ago
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
1 year ago