Horacio Sanson

Results 110 comments of Horacio Sanson

Actually on further testing it seems that the cursor echo and virtual text are still enabled even with neovim diagnostics enabled: ![image](https://user-images.githubusercontent.com/900716/166146428-b916c69b-f8c6-43b5-b552-e02243e8b0ea.png) The red "E" and virtual text I believe...

> @hsanson Thanks for looking at the PR! Would it be possible to add Neovim 0.6+ to the test matrix in CI? If so I could rebase this branch on...

Ok, changed the PR to keep 8.0 and remove 8.2.

I tested this with neovim 0.7 and vim 8.2 and cannot replicate the issue. In my case the signs column dissappears as expected when all linter issues are solved. Can...

Yes, problem happens in neovim but not in vim so I belive this is a bug in neovim itself. So far I am unable to pinpoint the exact issue making...

To confirm this is a neovim issue I made this test: 1. Edit a new text file with empty configuration: ``` nvim -u NONE /tmp/test.txt ``` 2. Write a few...

@Arro Would be great if you report the issue to neovim. Also fixed the unplace command in my comment, thanks.

This sounds very similar to what #4221 wants to achieve.

I think this kind of new functionality should be implemented in a way compatible with both vim and neovim. Unfortuntelly I do not have resources (time) to try figuring out...

CI failed with some linter issues. Please add ale custom linter to your config so vim informs you of these issue: ``` 'vim': ['ale_custom_linting_rules'] ```