diff options
Diffstat (limited to 'roles-example.ini')
| -rw-r--r-- | roles-example.ini | 10 |
1 files changed, 5 insertions, 5 deletions
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 |