From b4555918e1c8eab8540887e39b197fa579ad83c8 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 7 Mar 2022 22:16:18 +0100 Subject: [PATCH] Unpin python path --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index acce7d4..eaf523e 100644 --- a/init.lua +++ b/init.lua @@ -78,7 +78,7 @@ cmd [[command! PackerClean packadd packer.nvim | lua require('plugins').clean()] cmd [[command! PackerCompile packadd packer.nvim | lua require('plugins').compile()]] -- issue with python 3.10 (https://github.com/neovim/neovim/issues/14586) -g.python3_host_prog = '/usr/bin/python3' +-- g.python3_host_prog = '/usr/bin/python3' -- Colortheme