amikai
amikai
ddc with nvim-lsp source 
Maybe i create the new project which base on your project.
I try this, but it isn't work too. ```vim let g:indentLine_fileTypeExclude = ['defx'] " defx filetype is defx let g:indentLine_bufTypeExclude = ['nofile'] " defx buftype is nofile let g:indentLine_bufNameExclude =...
Shougo 的作品, 都是高度彈性的, 有很多自己手動需要改的部分, 而且官方範例要自己慢慢翻 doc, 如果你對 vimscript 有點基礎的話可以參考我的[設定](https://github.com/amikai/nvimrc/blob/master/config/deoplete.vim), 如果你不想花太多時間我會建議你用 [coc.nvim](https://github.com/neoclide/coc.nvim)
I'd like to take on this task. To clarify the implementation specification, I have a question about where I can place the sentence. Append the sentence after help text like...
> Issue: not watching root when an include_dir is setup Your config file is `exclude_dir`, but description is `include_dir`. Did you mean `exclude_dir` right?
Due to the lack of time recently, close the PR and make the issue unassigned.
Hi @antonmedv, Although I am not familiar with the source code for expr, I would like to try working on this feature. If it's convenient for you, could you please...
Take `all` as example. I think the implementation like this: - `all` only accept `reflect.Array` and `reflect.Slice` as a first element in `checker.go`. The 1.23 expose `reflect.CanSeq`, we can leverage...