Dmitry Frank
Dmitry Frank
First of all, thanks a lot for your work on tview, I'm using it in a small project and so far it works quite well. There are just a few...
Hi @kfahy , thanks a lot for putting this together. As of now, the readme of the project says: > The contents of this repository and the remainder of this...
There are some difficulties with how vim handles both python2 and python3 present; e.g. `has('python')` returns false even though vim was compiled with `+python/dyn` (as per `:version`). And since Python2...
Hey there. First of all, thanks a lot for your work on this project! I use it pretty much daily and so it makes my life better every day, and...
Thanks for tview, it's awesome! Here's one of my projects that uses it: [Nerdlog](https://github.com/dimonomid/nerdlog): a fast, remote-first, multi-host TUI log viewer with timeline histogram and no central server.