plugins/copilot: rename copilot -> copilot-vim

This commit is contained in:
Gaetan Lepage 2023-06-22 09:48:17 +02:00 committed by Gaétan Lepage
parent 15b821db10
commit 7ae81019d9
5 changed files with 85 additions and 48 deletions

View file

@ -17,7 +17,7 @@ in
The configuration options for tagbar without the 'tagbar_' prefix.
Example: To set 'tagbar_show_tag_count' to 1, write
extraConfig = {
show_tag_count= true;
show_tag_count = true;
};
'';
};