- Fully configurable menu
- API for keybindings and various utilities
- Different presets for the menu
- Components and utilities for easy configuration of menu
- Compatibility with nvim-cmp sources with care-cmp
- Really fast performance (can draw thousands of items per keystroke without problems)
- Well documented source code (developer documentation)
- Many QoL features for UX and extensibility
You can simply install care.nvim with your preferred plugin manager. There are builtin sources for lsp and more coming soon.
Care is initialized automatically and lazy-loaded internally so there is no need for lazy-loading nor calling setup.
You can find more detailed installation instructions on the website here.
- More integrations with existing ecosystem (e.g. mini.icons and lspkind)
- UI for configuration and overview e.g. over sources
- Cmdline Completion (relatively low priority)
If you like the projects I do and they help you in your programming you can support my work with github sponsors. Every support motivates me to continue working on my open source projects.
-
MariaSolOs for work in core and core in general
-
nvim-cmp was a big inspiration for this
-
mfussenegger for helping me out with my beginner questions
-
mrcjkb for helping me out with test infrastructure and luarocks setup