WIP: Separate view implementation and configuration
- Remove wildmenu view from this repo.
- Remove ghost_menu view from this repo.
- Remove
config.windowand modifyconfig.view.
Remove wildmenu view from this repo. Remove ghost_menu view from this repo.
All views split out to another plugin?
No. Perhaps just leave the default menu view.
lua/
cmp/
cmp-default-view/
Why remove the views? do you plan on supporting adding them back in a plugin repo?
I think wildmenu is excellent in combination with ghost_text, because 90% of the time I just want to use the first completion, and I don't want the full menu popping up every time I type. I have a mapping to manually show the custom view.
If you're removing wildmenu, would you consider adding a small bit to the documentation in the Develop section about how other developers can create their own views for cmp?