linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
379 stars 40 forks source link

How to install this for NvChad? Can anyone share the steps with me? #95

Closed reactVishnu closed 4 months ago

linux-cultist commented 4 months ago

I actually started playing around with nvchad a bit a few weeks ago, but haven't installed the plugin there yet. I will do that and share the config with you, but shouldnt be anything strange about it.

linux-cultist commented 4 months ago

I was reading the docs for NvChad about plugins: https://nvchad.com/docs/config/plugins

Seems that they want users to put plugin initialization code in the file custom/plugins.lua (full system path is going to be ~/.config/nvim/lua/custom/plugins.lua).

So I just added it to the file. Hope that works for you too.

image

reactVishnu commented 4 months ago

nice , worked for me, thanks.