local g = vim.g local M = {} M.setup = function() -- g.python3_host_prog = ("(%s)/.pyenv/shims/python3"):format(os.getenv("HOME")) end return M