coq_nvim
coq_nvim copied to clipboard
coq nvim breaks vim's smartindent
for example when using golang write the following code:
func main() {
...
}
with coq_nvim, then there is no auto indent when CR the bracket
func main() {
...
}
if you're using an auto-pairs plugin the issue might actually be inside your vimrc||init.vim||init.lua
configuration.
try this instead of the autopair plugin: