diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-17 23:13:01 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-17 23:13:01 +0100 |
| commit | 506669af3fc44869c5ab819e2d3b43a51b3c88a8 (patch) | |
| tree | 6a018f26167de1bfcf377d0e8ed3163bf6eebef0 /roles-example.ini | |
| parent | dda1a41e00499ac9fd304bb87a1f521afa0fef1d (diff) | |
| download | vim-ai-506669af3fc44869c5ab819e2d3b43a51b3c88a8.tar.gz | |
special role
Diffstat (limited to '')
| -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 |