Disable using fix python venv

This commit is contained in:
Evie Litherland-Smith 2023-03-28 09:01:14 +01:00
parent 80a33b6185
commit c99468a6ed

View file

@ -9,7 +9,7 @@ vim.opt.splitbelow = true
vim.opt.splitright = true
-- Global
vim.g.python3_host_prog = vim.fn.stdpath "config" .. "/.venv/bin/python"
-- vim.g.python3_host_prog = vim.fn.stdpath "config" .. "/.venv/bin/python"
vim.g.loaded_ruby_provider = 0
vim.g.loaded_perl_provider = 0