CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.44k stars 67 forks source link

fix: Fix fold levels #340

Closed deathbeam closed 3 months ago

deathbeam commented 3 months ago

Currently the fold is pretty much never reset to 0 so if you use fold levels for determining if there is fold or not you cant tell. Vim somehow can by default but any custom logic (for example custom statuscolumn) cant.