Shougo

Results 574 comments of Shougo

I think `self.clang_path` should be set in the constructor.

The plugin is still maintained. But the author seems busy. I have created another source plugin. https://github.com/Shougo/deoplete-clangx

Reprodocued. It should be removed. I don't know the implementation though. You can configure it manually. ```vim call deoplete#custom#source('clang2', 'min_pattern_length', 2) ``` @tweekmonster Ping.

> @Shougo I was trying to take a look, but I can't seem to get logging to work. It is deoplete's bug. It is already fixed in master.

> because it relied on the auto_complete_delay to get the "min length" from human behavior instead of an arbitrary fixed minimum. Why does not use `input_pattern` feature?

deoplete-clang2 overwrites `` mapping. It seems the mapping conflict.

I think to use https://github.com/dzhou121/gonvim/issues/17 and ginit.vim is better. https://github.com/equalsraf/neovim-qt/issues/219

> This is to be expected, the GUI only opens AFTER init.vim has been processed, so it cannot handle the font change in init.vim. > Instead put those commands in...

`gonvim filename` does work.

https://github.com/dzhou121/gonvim/wiki/Configurations