After messing around with my config and looking at the :checkhealth I fixed a lot of stuff and now it is opening super fast on my laptop too. that only issue remaining is related to npm. It is asking me to install neovim package from it , but I am not sure if it is a good idea install stuff via npm intead of my OS package manager. Is this like pip that causes conflicts? What should i do with this:
Node.js provider (optional) ~
- Node.js: v20.7.0
- WARNING Missing "neovim" npm (or yarn, pnpm) package.
- ADVICE:
- Run in shell: npm install -g neovim
- Run in shell (if you use yarn): yarn global add neovim
- Run in shell (if you use pnpm): pnpm install -g neovim
- You may disable this provider (and warning) by adding `let g:loaded_node_provider = 0` to your init.vim