rayx
rayx
I suspect the following codes: https://github.com/hrsh7th/cmp-buffer/blob/5dde5430757696be4169ad409210cf5088554ed6/lua/cmp_buffer/buffer.lua#L43 https://github.com/hrsh7th/cmp-buffer/blob/5dde5430757696be4169ad409210cf5088554ed6/lua/cmp_buffer/init.lua#L59 need to be double-checked. From what I see. If the buffer source is in processing state, the callback will be updated after `50ms`(hardocded)....
I had a similar failure also. xcode 11.5 MacOS 10.15.4 A link failure: ```log Ld /Users/ray/software/vimr/build/Build/Products/Release/VimR.app/Contents/MacOS/VimR normal x86_64 (in target 'VimR' from project 'VimR') cd /Users/ray/software/vimr/VimR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.13 -isysroot...
In fact, https://github.com/onsails/lspkind-nvim is work out of box. As it replace language server by ```lua require('vim.lsp.protocol').CompletionItemKind = symbols ``` But The way Lspkind-nvim update kind is by attach the nerd...
Well, 2~3 lines of change in compe or introduce a plugin for it... I would probably change my init.lua for this if the PR rejected.
As I only need a hard code kind icon. So I can easily do this in init.vim while I waiting for this feature : require('vim.lsp.protocol').CompletionItemKind = {'', 'ƒ', '', '',...
If login shell is fish, I think it should be OK. But if you switch between shells, might be an issue.
For me. proj_tags does not work out of box if I use default universal ctags come from `brew install --HEAD universal-ctags/universal-ctags/universal-ctags`. Because `ctags --outpout-format=json` not support by ctags by default....
I thought it is very easy to reproduce. 1) OS: MacOS 10.15.7 2) Shell: zsh (seems also reproduce in fish) 3) Terminal: Kitty (b570dfcd, and the master build today), both...
if I run ` viu image_name.jpg`, it works fine in kitty.
I saw this issue today. It is not a big project. There is only 1 lua file with 20 lines.... Error executing vim.schedule lua callback: Vim(let):E903: Process failed to start:...