summaryrefslogtreecommitdiff
path: root/py/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/utils.py')
-rw-r--r--py/utils.py2
1 files changed, 2 insertions, 0 deletions
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"