diff options
Diffstat (limited to '')
| -rw-r--r-- | py/chat.py | 2 | ||||
| -rw-r--r-- | py/complete.py | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +import vim + # import utils plugin_root = vim.eval("s:plugin_root") vim.command(f"py3file {plugin_root}/py/utils.py") diff --git a/py/complete.py b/py/complete.py index ede0aea..debe275 100644 --- a/py/complete.py +++ b/py/complete.py @@ -1,3 +1,5 @@ +import vim + # import utils plugin_root = vim.eval("s:plugin_root") vim.command(f"py3file {plugin_root}/py/utils.py") |