added python3_host_prog
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
require("base")
|
require("base")
|
||||||
|
require("specifics")
|
||||||
require("plugins")
|
require("plugins")
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
local g = vim.g
|
||||||
|
|
||||||
|
g.python3_host_prog = "/usr/bin/python3"
|
||||||
Reference in New Issue
Block a user