-
Hello! How to disable coc when I'm writing a git commit?Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
chemzqm
Mar 4, 2021
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uwla
-
For those who just want the solution, just add this to " disable coc in git commits
autocmd BufRead,BufNewFile COMMIT_EDITMSG let b:coc_enabled=0 |
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
:h b:coc_enabled