Skip to content

milemik/nvim-py-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Locate python virtual environment

About

This package will automatically detect python virtual environment. It will first check for .venv in current directory, then it will try to locate poetry venv location and pipenv location.

In the end it will detect location of virtual environment and add it to pyright.

INFO

Make sure that you have pyright installed in your nvim using Mason or some other tool.

LazyVim

-- ~/.config/nvim/lua/plugins/init.lua

return {
    "milemik/nvim-py-detector",
    config = function()
      require("nvim_py_detector").setup()
    end,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages