2017-09-24 15:57:59 +03:00
2017-09-24 12:13:57 +03:00
2017-09-18 21:21:30 +03:00
2017-09-24 10:50:28 +03:00
2017-08-31 03:02:46 +03:00
2017-09-24 15:57:59 +03:00

asyncomplete-clang.vim

NOT READY FOR GENERAL USE!

Provide Clang support for asyncomplete.vim.

Requirements

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.

Description
Languages
Vim Script 100%