Replies: 1 comment 1 reply
-
|
Hmm, I don't think of any way to do this automatically. Maybe you can just setup a mapping to disable Copilot and enable Hardtime. map("n", "<Leader>a", ":Copilot disable<CR>:Hardtime enable<CR>", { desc = "[A]lgorithm Mode" })
-- change the <Leader>a to any mapping you want |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using this plugin while I practice algorithms. I'd like to disable completion and copilot while
hardtimeis enabled so I learn not to really on those aids.Is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions