Tomasz N

Results 184 comments of Tomasz N

nvim-bqf is another example. ![image](https://user-images.githubusercontent.com/11404453/190916597-46708b6e-1bd7-443f-a50e-883e55ddbfd5.png) Maybe I am wrong: it seems that the plugin needs some changes to support windows other than the current.

With the current master 7718241286315a8099427d42cb83c6532d87a390 and the recent nvim-qt please run ```sh nvim-qt --nvim ~/tmp/nvim-from-src/bin/nvim -- -u NONE ``` and inside ```vim hi Normal guibg=#334455 ``` Only one bottom line...

Two possible places to looking at: - https://github.com/neovim/neovim/blob/master/src/nvim/autocmd.c#L1676-L1680 - https://github.com/neovim/neovim/blob/master/src/nvim/arglist.c#L929

Since some weeks I have gnome-shell upgraded to version 41, on which this extension does not work. Let's come back to the topic after making it working there.

Indeed, the creation date appears in text file but is not visible in a timepp block. BTW, thanks for making compatibility with v41.

Thanks for at least your interest :+1:

Yes, if we would also say about appending "use" clause below namespace declaration, but not only about inserting full path at the place of completion. See also par. 3 in...

@iiey it was done automatically by deletion the whole repository but I see that the change is still visible here. About a year ago I replaced using FZF by Telescope...

It may be a step that reduces the amount of unneeded overwritings `g:repeat_sequence`, but the problem still exists and probably it is issue of `CoC`, not only of this extension.

I agree: this tool should non-interactively complete the common leading part and wait for complete the rest if there are more than one items.