nvim-ide
nvim-ide copied to clipboard
A full featured IDE layer for Neovim. Heavily inspired by VSCode.
rename `docs/nvim-ide.txt`
I get this error when opening a lua file. It is not shown when `nvim-ide` not loaded or setup not called.
Per this conversation: https://github.com/ldelossa/nvim-ide/issues/35#issuecomment-1330949419 Make a way to set some global keymap overrides, such that users do not need to specify the same keybind override for every component.
I'd like to open the right panel by default instead of the left, or have an option to not open either panel automatically when Neovim starts.
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...
👋🏻 Reading the docs it looks like I should see a bunch of panels displayed after the `.setup()` is executed (that doesn't happen, no errors either), but also that a...
Fixes #13 Let me know if this feels okay to you and I'll fix up the documentation.
The statement "Get the plugin via your favorite plugin manager" in the README likely makes a lot of sense to advanced neovim users. But if the user is newer to...
The line below assume the user's operating system is Linux and will cause issues on Windows system because the default Neovim config folder path on Windows is different from Linux...