Skip to content

karloskar/poetry-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

poetry-nvim

I needed a way for VIRTUAL_ENV to be set to the one set by Poetry. Mainly to get LSP stuff to work.

Other plugins (see alternatives) existed but they did not do what I expected. That is probably explained by me being lazy and being curious on how to write a Neovim plugin with Lua.

📦 Installation

Install this plugin with your favorite package manager:

use({
    "karloskar/poetry-nvim",
    config = function()
        require("poetry-nvim").setup()
    end
})
Plug "karloskar/poetry-nvim"

lua << EOF
    require("poetry-nvim").setup()
EOF

↔️ Alternatives

Before making this plugin I looked at:

About

A very specific Neovim plugin for Python Poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages