Amadeus Folego

Results 105 comments of Amadeus Folego

The main reason I prefer gnvim to other frontends is that it's simple and unobtrusive. This particular use case I cover by having the percentage and line/col numbers on the...

@smolck > Also, there is no 'press ENTER' prompt to remove the messages as there is in the TUI [Look at](https://github.com/neovim/neovim/blob/master/runtime/doc/ui.txt#L727) 'msg_clear', neovim sends that event to clear messages. For...

@smolck As far as I can see that should not be necessary at the moment, just using the upstream master branch should do it (this PR does not make use...

Just a remark: I think the way messages are displayed in neovim are more 'log-like' than 'notification-like'. I think a pretty straightforward implementation would be a console-like component below the...

> Of course, if the user didn't want any of this he could always disable ext_messages with command args to gnvim This is somewhat awkward to do at the moment,...

As a sidenote I collaborated for a brief time on Oni and one of the things that I think degraded quality over time was the increasing surface area of custom...

> I think in order to make GNvim a worthwhile Neovim GUI, we need to keep in mind what makes (Neo)Vim great. I don't think our goal should be (and...

I found a similar case with Geany: https://gitlab.gnome.org/GNOME/gtk/issues/615 Gtk: 3.24.8

This is a minor issue atm., nothing that impedes workflow.

I am sorry, i just pulled fab40a86fc65b9f003bb2f89e019a44f431c5185, and it still fails for me, see [the gist](https://gist.github.com/badosu/1a7515b837372fb00ea1). I must say that it is failing in a different place now, though. Am...