mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 11:09:26 +00:00
[neovim] Add python goodies
This commit is contained in:
@ -41,6 +41,11 @@ local venv = function()
|
||||
return string.format(" %s", string.match(venv, "[^/]+$"))
|
||||
end
|
||||
|
||||
venv = require("venv-selector").get_active_venv()
|
||||
if venv then
|
||||
return string.format(" %s", string.match(venv, "[^/]+$"))
|
||||
end
|
||||
|
||||
return ""
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user