mirror of
https://github.com/keremc/asyncomplete-clang.vim.git
synced 2025-12-16 12:00:14 +01:00
python-completer
asyncomplete-clang.vim
NOT READY FOR GENERAL USE!
Provide Clang support for asyncomplete.vim.
Requirements
- Vim 8+ or Neovim
- LibClang
- Python 2
- async.vim and asyncomplete.vim
Installation
- Install this plugin with your preferred Vim plugin manager.
- Append your Vim configuration file:
autocmd User asyncomplete_setup call asyncomplete#register_source(
\ asyncomplete#sources#clang#get_source_options())
Configuration
Should you wish to pass any arguments to Clang, you can create a file named compile_commands.json in the root directory of your project. See this document for more information.
License
See LICENSE. For files under the bin/clang directory, see LICENSE.CLANG.
Languages
Vim Script
100%