Yu Wang

Results 2 comments of Yu Wang

+1 same here. Wondering how to make graph to spread out more.

Yes, solved it. Put this line of code in `.vimrc.local` ``` inoremap neosnippet#expandable() ? neosnippet#mappings#expand_or_jump_impl() : pumvisible() ? neocomplete#close_popup() : "\" ```