vimrc: Gutentags and gu for GitGutterUndoHunk

modules
This commit is contained in:
2020-05-27 13:27:32 +02:00
parent 40fc4b6e0c
commit 1e5594721c
3 changed files with 84 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ local name = myModuleName()
local version = myModuleVersion()
local wrapdir = pathJoin("/tmp", name .. version .. '_kuba')
prepend_path("PYTHONPATH", ".")
prepend_path("PATH", wrapdir)
execute {cmd='mkdir -p ' .. wrapdir, modeA={"load"}}
execute {cmd='ln -s /usr/bin/python' .. version .. ' ' .. pathJoin(wrapdir, "python3") .. ' 2>/dev/null', modeA={"load"}}