Yichao Zhou

Results 32 issues of Yichao Zhou

I found that during the startup of neovim-qt, it will flicker: 1. It seems that neovim-qt shows the window before it loads "ginit.vim". So I can even see the change...

For anyone that has the problem of segmentation fault on the current release, you could compile the binary yourself, or try my AppImage at http://yichaozhou.com/uploads/wewechat-1.1.7-linux-x86_64.AppImage

Cuda is a language very similar with C++ with extension. I find that enable clang_complete when filetype is cuda can do the completion in most case. Initialization and setting `b:clang_parameter...

Example: ``` fuinction(|b)) ``` If you press `(`, the result should be ``` fuinction((|b)) ``` rather than ``` fuinction(()|b)) ``` .

difficult

I have `let g:clamp_libclang_file = '/usr/lib/libclang.so'` in my vimrc. But `:ClampStart` does not give any output and it seems I don't have any highlight in my C++ files. Any advice...

I often get balance failure because beancount evaluates balance assertions at the beginning of the day while the value of account balance from beancount-import seems to be calculated at the...

In a c source file. ``` a++ ``` Comment it, we get ``` /* [> a++ a++

bug

Hello. I found that the lib is a little hard for me to learn how to use. Most of source code has no comment. I cann't understand the use of...

**Describe the feature you'd like** It seems that there is no way to force the jellyfin client on Roku to burn in the subtitles. I need this feature because Roku...

enhancement