Ryo Kitagawa

Results 6 comments of Ryo Kitagawa

`asyncomplete.vim` has an option `triggers`. And, `TabNine::config` works as following. ```vim function! asyncomplete#sources#tabnine#get_source_options(opts) call s:start_tabnine() let a:opts['triggers'] = {'*': [':', '>', '.', 'g']} return a:opts endfunction ``` This solution has...

Thank you! @anderseknert I'm doing other project now. But I'm willing to maintain this repository!

I'm sorry. I will archive this repository because I don't use asyncomplete.vim anymore. So, if you want to use this, please fork this project. Thank you :bow:

@maronuu Thank you for the suggestion! I have some questions. * How much the storage usage will increase? * Can `dill` load the object dumped by `pickle` library? I think...

Thank you! Great work!