From 3cdf03bee337918088e796e484a4a7c985811ad0 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Thu, 12 Dec 2024 23:10:30 +0100 Subject: fixed complete command roles after refactoring --- py/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/chat.py') diff --git a/py/chat.py b/py/chat.py index e1bbc13..2aedb13 100644 --- a/py/chat.py +++ b/py/chat.py @@ -4,7 +4,7 @@ import vim plugin_root = vim.eval("s:plugin_root") vim.command(f"py3file {plugin_root}/py/utils.py") -prompt, config = load_config_and_prompt() +prompt, config = load_config_and_prompt('chat') config_options = config['options'] config_ui = config['ui'] -- cgit v1.2.3