-- Locate python3 using PATH local python_path = vim.fn.exepath("python3") if python_path == nil or python_path == "" then else vim.g.python3_host_prog = python_path end -- This will run last in the setup process. -- This is just pure lua so anything that doesn't -- fit in the normal config locations above can go here