From 506669af3fc44869c5ab819e2d3b43a51b3c88a8 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 17 Dec 2024 23:13:01 +0100 Subject: special role --- py/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/utils.py') diff --git a/py/utils.py b/py/utils.py index 89bef3e..931eeab 100644 --- a/py/utils.py +++ b/py/utils.py @@ -15,6 +15,8 @@ import configparser utils_py_imported = True +DEFAULT_ROLE_NAME = 'default' + def is_ai_debugging(): return vim.eval("g:vim_ai_debug") == "1" -- cgit v1.2.3