From 506669af3fc44869c5ab819e2d3b43a51b3c88a8 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 17 Dec 2024 23:13:01 +0100 Subject: special role --- roles-example.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'roles-example.ini') diff --git a/roles-example.ini b/roles-example.ini index 41ec899..07b7992 100644 --- a/roles-example.ini +++ b/roles-example.ini @@ -1,8 +1,8 @@ -# By default vim-ai reads this configuration file but it is highly recommended to -# set up a custom role location in order to prevent loss of roles while re-installing plugin! -# -# - custom config file location: `let g:vim_ai_roles_config_file = '/path/to/my/roles.ini'` -# - .ini file structure: https://docs.python.org/3/library/configparser.html#supported-ini-file-structure +# This is an example, do not modify/use this file!!! +# Instead, configure location of your own role file: +# - let g:vim_ai_roles_config_file = '/path/to/my/roles.ini' + +# .ini file structure: https://docs.python.org/3/library/configparser.html#supported-ini-file-structure [grammar] prompt = fix spelling and grammar -- cgit v1.2.3