tracyone
tracyone
@syz-lm YouCompletMe can auto popup complete menu when user type dot or ->
@syz-lm I have found a way to do that https://github.com/tracyone/vinux/commit/3d9bf3a32e1d6e3613a85e459840068c8b8ab74c I use InsertCharPre event to detect user input when user type dot or ">", I will change b:asyncomplete_min_chars to zero...
There is a easy way to reproduce this issue, Please see https://asciinema.org/a/lMJxyUQIa3c7mjHJY9sGmQ71m I think Gina just need to get the exit status of pre-commit script and prompt some message to...
I think I met the same issue. cmp-cmdline change the keymapping of `` and broke the neovim's input()'s complete. By default `` in cmdline is "No mapping found". For now,...
Any official support ?
具体工作应该是这样: 测试每个插件的每个功能,确认OK之后,则修改Plug更新时对应的commit id。
Any plan to merg this PR?
" it seems that the plugin/*.lua runtime files are being sourced even without this patch (not sure why and where it happens...)" @wookayin I thinks this is neovim's behavior, once...
Why we need this PR? I found some of neovim plugins can't be lazy loaded using vim-plug. Following is an example code of lazy loading. ```vim "Do not load plugin...
最好的方法是看别人的vim脚本: https://github.com/tracyone/vim-cn 这个仓库列举了一些中国vim爱好者的信息,可以参考。