Created
May 4, 2023 23:13
-
-
Save Arinerron/a76bf1a7bc552d3cb15b346385aa8e77 to your computer and use it in GitHub Desktop.
Disable GitHub Copilot for the /home/aaron/zellic/ directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" you can customize the directory if necessary | |
autocmd BufEnter /home/aaron/zellic/* let b:copilot_enabled = v:false | |
autocmd BufReadPre /home/aaron/zellic/* let b:copilot_enabled = v:false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment