neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.16k stars 954 forks source link

fix(list): set foldcolumn to 0 since it isn't applicable #4929

Closed mehalter closed 4 months ago

mehalter commented 4 months ago

If the user uses foldcolumn then the list buffers have an extra column that is not useful especially for a buffer that is bound to only be in insert mode. This locally sets foldcolumn=0

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.57%. Comparing base (dd4a5fa) to head (5535f48).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4929 +/- ## ======================================= Coverage 98.57% 98.57% ======================================= Files 273 273 Lines 26077 26077 Branches 5392 5392 ======================================= Hits 25706 25706 + Misses 218 217 -1 - Partials 153 154 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mehalter commented 4 months ago

Not sure what's happening with the tests here, seems unrelated to the chance made in the PR 🤔 Let me know if there's anything I should look into! Thanks 😄