marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link

Question: fix gutter? #26

Closed artfulrobot closed 5 years ago

artfulrobot commented 5 years ago

When the LS has something to say, a gutter appears on the left of the edit area, and when the LS is happy this gutter goes away.

gutter-flash

I find that, especially when writing code quickly this makes it hard to concentrate because the bit you're looking at keeps jumping left and right.

Is it possible to set the gutter to always show to avoid this?

marlonfan commented 5 years ago

please call :set signcolumn=yes will always show

artfulrobot commented 5 years ago

Thanks! Especially as I'm guessing that's a vim/nvim feature and not at all a bug in your fantastic extension!