-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hello.
I am pretty new to nvim and I tried to install nvim-ide using nvim-plug.
Unfortunately, the :Workspace commands are not loaded and the panels that toggled on in the default config do not appear, when I start nvim. Can someone please have a look at my setup steps and tell me what I am doing wrong?
I have nvim version
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1692716794
and installed vim-plug following the instructions for nvim in Linux, Unix.
To setup nvim-ide I performed these steps:
- Add the following lines to my
/home/$USER/.config/nvim
call plug#begin('~/.config/nvim')
Plug 'ldelossa/nvim-ide'
call plug#end()
- Start nvim and call
:PlugInstall
I was not sure what theREADMEmeans with this
Call the setup function (optionally with the default config):
I tried a few things but nothing worked. In the end I figured that it just meant using :PlugInstall since that is supposed to setup a plugin.
And I am stuck from there. I did a whole bunch of rebooting of nvim, the terminal, my computer... but that did not help. I am new to nvim or more advanced vi(m), so I don't know where to look right now.
Please help me overcome this noobish issue.
Thanks!