jdhao

Results 188 comments of jdhao

That may be the reason since most of the color schemes today presume that we are using a terminal emulator that supports true colors. So if `termguicolors` option is not...

I don't think it is related. That issue is about how to detect whether nvim-qt is started.

The gruvbox_8 theme I use checks if `termguicolors` option is set or if `has('gui_running')` is true, as indicated by the code [here](https://github.com/lifepillar/vim-gruvbox8/blob/master/colors/gruvbox8.vim#L32). Without setting `termguicolors` option, the color will be...

Same issue here. An additional issue after using `(setq evil-respect-visual-line-mode t)` is that the number of commented lines changes. For example, if we use `gc2j`: + before setting the variable:...

@alerque , I am not familiar with the code of tagbar. I am not sure if the changes will cause side effects which I am not aware of.

I wonder if we can achieve this in neomake?

希望能尽快实现这个功能,目前多个贴图再截图的办法个人觉得不是很好,不是很 elegant。

That question asks how to install plugins for all the users. My question is about how the user can install their own plugins using vim-plug and also use the system-wide...

Thanks for the hint. But this becomes impractical since I have installed more than 60 plugins in the system. I will find if I can make it work.

@lovetingyuan , the link you posted is broken.