rox

Results 173 comments of rox

@fcying > put compile_commands.json into .git dir, ```vim let g:ncm2_pyclang#database_path = [ \ 'compile_commands.json', \ 'build/compile_commands.json', \ '.git/compile_commands.json' \ ] ```

@fcying you could also use global gitignore instead of throwing things into `.git` directory. ``` $ cat ~/.gitconfig [core] excludesfile = ~/.gitignore_global $ cat ~/.gitignore_global /.envrc .clang_complete tags compile_commands.json ```

hmm... I just noticed that this is clang-7 feature, which is not released yet. I cannot get proper completion from the master. This issue is now pending ...

As a sub-optimal solution: Install https://github.com/eagletmt/neco-ghc, and use `:set omnifunc=necoghc#omnifunc`, for testing it with `` Then add something like this into your vimrc: ``` au User CmSetup call cm#register_source({'name' :...

hmm... cannot reproduce...

You may need https://github.com/SirVer/ultisnips and https://github.com/ncm2/ncm2-ultisnips to handle placeholders.

I'm aware of that anouncement. But the author is still accepting PR: https://github.com/andreyorst/SimpleSnippets.vim/pull/48 I also noticied that, > no critical (or any) bugs were spotted by me

Why? I don't understand. You need to elaborate

This feature now requires #124 ([TODO] ncm2#register_source_for_buffer)

I have a simple implementation. But the flikering feels terrible for remote terminal user, due to nvim's builtin popup menu filtering. ![output](https://cloud.githubusercontent.com/assets/4538941/22911850/fe01b3fc-f29c-11e6-83b1-5b36461f1d21.gif)