dogisgreat

Results 166 comments of dogisgreat

https://github.com/ms-jpq/coq_nvim/issues/90, https://github.com/ms-jpq/coq_nvim/issues/384 will make this possible

I added Icon support, and decided to try my luck turning it on by default. 🐸 --- If you turn off the icon support, it goes back to same as...

EDITED: --- ##### `coq_settings.display.icons.spacing` How many ` ` of padding to use after icon. Increase this if your icons are too close to each other. **default:** ```json 1 ```

wait i had a brain fart, sorry what i said cannot fix it for you, its in the wrong direction, derp. ill make a pr to fix it for u

https://github.com/ms-jpq/coq_nvim/pull/198 --- ##### `coq_settings.display.icons.spacing` How many ` ` of padding to use after icon. Increase this if your icons are too close to each other. **default:** ```json 1 ```

yes, please see https://github.com/ms-jpq/coq_nvim/blob/coq/docs/DISPLAY.md

I can use `commentstring` to do single line comment detection, thats fairly easy, adding this to my TODO-list For multi-line comments, the way to do it would be via `treesitter`...

werid af, i know python 3.10 removed stuff for `pip`, but i didn't know it borked `setup.py`. and I can't replicate it on CI either. can I ask how is...