Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created May 4, 2023 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arinerron/a76bf1a7bc552d3cb15b346385aa8e77 to your computer and use it in GitHub Desktop.
Save Arinerron/a76bf1a7bc552d3cb15b346385aa8e77 to your computer and use it in GitHub Desktop.
Disable GitHub Copilot for the /home/aaron/zellic/ directory
" 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