josa42 / coc-go

Go language server extension using gopls for coc.nvim.
MIT License
566 stars 30 forks source link

The prompt obscures the input #192

Closed woxiqingxian closed 2 years ago

woxiqingxian commented 2 years ago

First set the indent to 4 set expandtab " tab is represented by a space set tabstop=4 " tab=4 spaces set shiftwidth=4 " indent by 4 when auto indent

When entering text, the code hint obscures the original text. But when the indent is set to 2, there is no such problem.

Kapture 2022-08-23 at 19 51 06

woxiqingxian commented 2 years ago

Restart solve