How to integrate a plugin? Docs are not clear about it. #129
-
|
Thanks for the awesome repo. My question is, if I want to add nvim-tree, instead of built-in Explorer, how should I do it? I am using lazy package manager. I have tried adding bufferline.nvim, but it's also not working. Here is my nvim config https://github.com/mrpmohiburrahman/dotfilesOSX/tree/main/nvim/nvim-ide/nvim I wish there was an example nvim config repo of some sort with the custom plugin implemented. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Unfortunately, that's not supported at this time. It would take some development effort, but integrating plugins could be possible. Tho I imagine lots and craziness would occur. |
Beta Was this translation helpful? Give feedback.

Unfortunately, that's not supported at this time.
It would take some development effort, but integrating plugins could be possible. Tho I imagine lots and craziness would occur.