coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

coq nvim breaks vim's smartindent

Open yueyingjuesha opened this issue 3 years ago • 1 comments

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() {
...
}

yueyingjuesha avatar Jan 08 '22 09:01 yueyingjuesha

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:

kaiuri avatar Jan 14 '22 01:01 kaiuri