nvim-ide
nvim-ide copied to clipboard
Hidden component overrides
All components should expose a Component config option which determines if they are "hidden" by default.
Right now, this is a bit hard coded, for instance CallHierarchy is hidden by default, until the CallHierarchy commands are used, in which the Component the "focuses" itself after populating its UI.