Motivation
I want to disable Copilot for my university assignments to avoid the risk of cheating. So I want to disable Copilot for all files in a particular directory.
Feature Request
Add an option to disable Copilot for certain directories or files whose path matches certain patterns.
Or provide example config scripts if this can be done by the user without modifying the plugin. I tried running setup conditionally and using autocmd but with no luck.
Motivation
I want to disable Copilot for my university assignments to avoid the risk of cheating. So I want to disable Copilot for all files in a particular directory.
Feature Request
Add an option to disable Copilot for certain directories or files whose path matches certain patterns.
Or provide example config scripts if this can be done by the user without modifying the plugin. I tried running
setupconditionally and usingautocmdbut with no luck.