Results 64 comments of Jorenar

_Continuation of #10825_ @brammool >Yes, if you can't change the Vim window width, then splitting vertically does that. You can leave the window on the right empty, then you simply...

I'll also allow myself to quote a reply from [neovim/neovim#4386](https://github.com/neovim/neovim/issues/4386) by @ZyX-I: >1. This taints window navigation, also some plugins: e.g. aurum when committing by default displays diff in the...

> * #10852 Tying it to `textwidth`? That's not so bad of an idea. It would definitely easier the implementation as it would essential require only two lines of code...

Fine for me. ~~Although I was thinking about the reverse: first read `$EDITORCONFIG` then override it via `.editorconfig` files, because we want to go from the general to the specific...

@florianb Isn't it essentially the same what I proposed?