Sassan Haradji
Sassan Haradji
> I can work around this by setting an auto command for `autocmd CmdwinEnter * set cmdheight=0`, but then it will cause an unpleasant blink. Thanks for the quick response...
Thanks for the direction! I followed the approach in [#11290](https://github.com/neovim/neovim/pull/11290) and it resolved the imgcat issue: Of course libvterm doesn't know anything about the size of that image and therefor...
Relevant: https://github.com/neovim/neovim/issues/11871
I removed the virtual cursor in tui to show the real cursor. Now lots of tests are failing because they expect the `{reverse = true}` attribute to show the cursor...
The problem is currently we have 2 approaches for attaching a source to a buffer, and it may be overkilling the customization and causing confusion. One approach is using vim's...
Sorry, this project is not maintained for ~2 years. I tried to update it with latest versions of Noevim and Qt Creator but it is pending this issue in neovim-qt:...
This comment regarding the OSC messages fallback callback may be relevant: https://github.com/neovim/neovim/issues/4349#issuecomment-1237579330
I wish I didn't have to notify all subscribed people with this comment, but I saw few unresolved sequelize issues closed just because of inactivity, so... sorry guys. Maybe auto-closing...
Currently `--fix` doesn't indent ternary operators at all, look at this for example (I made all lines have no indentation at all, then ran `eslint --fix` on the file, it's...
@aij great, looking forward for the new version.