smolck
smolck
For a starting point, an option to show only buffers is fine, since that is what lightline-buffer does and when using buffers, tabs aren’t really necessary IMO. But it might...
@agraven Have you been able to work on this? I would like to help out; just want to make sure I don't redo anything you (or others) have already done.
@cohama Can you try running this with a commented out `.vimrc`/`init.vim` instead? Using `-- -u NONE`/`-- -u NORC` prevents GNvim from loading its runtime files, which I think is what's...
No, I think that is a bug. This only happens if both the ext_cmdline and the ext_popupmenu are disabled (AFAIK). GNvim currently doesn't seem to support that combination. Since the...
Hello! Thanks for opening this issue! So, I think this shouldn't be that hard to implement, just maybe a bit tedious. First thing to be done is probably to refactor...
@vhakulinen What are the main features/changes that you want to see in this PR in order for it to be ready for merging? (If you don’t mind, I just want...
@badosu This PR fixes that indentation issue from #38 for me; if you get the chance, maybe try this branch out and see if the same is true for you....
I now have a working draft implementation of support for `msg_history_show` messages. I've added some explanatory comments (unnecessary in the actual commit) of some of the things I've done. I'm...
> It's not clear how to clear 'msg_history_show' though, I'd assume it's 'msg_clear' but in the docs it says that it clears only messages shown by 'msg_show'. Interesting. That's right;...
@vhakulinen Will you be able to submit a PR over at [neovim-lib](https://github.com/daa84/neovim-lib) for supporting multi grid, that way there will be no need to use a personal fork? It already...