fix(picker): use consisten messaging
This commit is contained in:
parent
0938b9bbd6
commit
a827d4f67c
4 changed files with 14 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ function M.setup_python_env()
|
|||
logger.log('failed to setup Python environment: ' .. result.stderr, vim.log.levels.ERROR)
|
||||
return false
|
||||
end
|
||||
logger.log('python environment setup complete')
|
||||
logger.log('Python environment setup complete')
|
||||
end
|
||||
|
||||
python_env_setup = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue