Shougo

Results 574 comments of Shougo

The feature seems from below code. https://github.com/dzhou121/gonvim/blob/cbaa76e46df467f27d1175be17a915bbdbd3b2ac/editor/editor.go#L176 Related issue: https://github.com/dzhou121/gonvim/issues/77

I want to change the font in the signature feature. https://raw.githubusercontent.com/wiki/dzhou121/gonvim/screenshots/signature.png

Note: gonvim can change the font settings. But it does not work for the command line and the signature. ```vim GuiFont Monaco:h13 GuiLinespace 8 ```

@adamki > There is a static c library which was compiled in macOS 10.12.5 > So probably it doens't work well in older macOS versions.

@ryyppy This is not deoplete problem. deoplete-flow just don't support the completion.

Hm. `g:neocomplete#enable_completed_snippet` is similar feature.

https://github.com/Rip-Rip/clang_complete/blob/master/rplugin/python3/deoplete/sources/clang_complete.py#L16 min_pattern_length should be 0.

@xaizek Sorry, clang_complete.py should set `input_pattern` instead of `min_pattern_length`. https://github.com/zchee/deoplete-go/issues/7