Mal
Mal
Can you please comment out all plugins exclude completor to check whether the problem still exists?
The commit 58075b44b95d8c97a02ef8cc7e9af9a2f39c55db fixed the problem. Please update.
The mapping for jumping to placeholders is currently lazily loaded, so jumping only happens after the first completion and the `` part should be removed.
You can add extra clang options to a file named `.clang` or `.clang_complete` as an argument config file located at project root or the parent directories. If the include files...
The typescript completion is implemented at https://github.com/maralla/completor-typescript.
I don't use typescript. And I think it's better to keep completor lightweight.
The value of the config `g:completor_clang_binary` should be the path of the `clang` executable binary. The variable `g:clang_library_path` is not defined by completor.
The Swift implementation is located at https://github.com/maralla/completor-swift.
I pushed some commits to allow logging easily. You can set `let g:completor_debug=1` and check the file named `/path/to/completor.vim/pythonx/completor.log`.
I pushed a commit to enable some item completions, but there are still some items can not be completed. The cpp completer needs to be improved of course.