Salvatore Pelligra

Results 22 comments of Salvatore Pelligra

Uhm, yeah it should be feasible to do for all the products. I think I'll had this feature in the weekend, but if you don't want to wait, you can...

To be totally honest, now I can't reproduce it either! I've upgraded vim since the commit, maybe something change. I use GVim on Ubuntu, with the `desert` color scheme. Take...

Sadly this script seems quite dead...

Hello, Thank you for your work. Is there any news on when the new protocol version will be supported and if it will be split on a new lib? About...

I also stumbled upon another valid use case: dynamic restrictions based on some attribute. In my particular case, I'm trying to build an UI library based on Command/Handler approach, where...

I would recommend trying [Nix](https://nixos.org/guides/install-nix.html) package manager, then you just have to run `nix-env -iA nixpkgs.languagetool` and let this plugin use it through: ```sh let g:grammarous#languagetool_cmd = 'languagetool-commandline' ```

I've experimented a bit, and changing this line: https://github.com/rhysd/neovim-component/blob/master/src/neovim/screen.ts#L245 ``` ts const margin = font_size * (this.store.line_height - 1.2) / 2; ``` To ``` ts const margin = font_size *...

Here a screen with the default settings + line-height 1.5 (monospace 12px/1.5): ![default](https://cloud.githubusercontent.com/assets/1616917/13873407/9312b28c-ecf1-11e5-892d-e4f417bbd338.png) And this is a screen with Ubuntu Mono 16px/1.5: ![world](https://cloud.githubusercontent.com/assets/1616917/13873420/a711ba1c-ecf1-11e5-957d-d813251f515e.png) As you can see, it's still render...

Interesting. Do you had `managers.py` already open in a buffer? Some list of steps to reproduce it?