Steve Vermeulen
Steve Vermeulen
I use this and it works great except that every once in awhile it doesn't initialize properly and I have to restart neovim until it does, I'm assuming for the...
> @dakom the clipboard should already work in windows. This issue is about the case when using the local clipboard with a remote instance of neovim - which users enable...
Just want to mention that I was able to resolve this for myself by doing the following: - Building neovim (master) manually and including @equalsraf's patch to add the `reloadprovider`...
I tried testing this on OSX since I see that is one of the TODOs listed here. After building neovim-qt from the branch here, the external command line does not...
Yeah, before I migrated to nvim-tree, I used [defx](https://github.com/Shougo/defx.nvim) and as one example, would often open multiple defx buffers to do things like copy and paste files to a different...
Running "git gc" before following the tutorial on the main page solved my issue too. This should maybe be mentioned there as well. This tool is a godsend btw.
I find this plugin slows to a crawl if you just open a normal text file with >1000 words. Becomes unusable in these cases.
Can anyone tell me what would be involved in supporting this feature? I would like to take a look at contributing to this, since my organization will require this feature...
I know ASP.NET MVC pretty well, since I've been doing it on and off at my job for the last year. And have been working in C# for ages. I'll...
Yeah, after further googling, it looks like we would need LibGit2 to support git lfs first. [This issue](https://github.com/libgit2/libgit2sharp/issues/1236) has more details.