added python3_host_prog

This commit is contained in:
2022-10-10 08:24:14 -05:00
parent a8ad2d6fe8
commit bb03d2fa49
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
require("base") require("base")
require("specifics")
require("plugins") require("plugins")
+3
View File
@@ -0,0 +1,3 @@
local g = vim.g
g.python3_host_prog = "/usr/bin/python3"