Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Clang Complete

60 bytes added, 08:18, 3 January 2019
no edit summary
You can compile/install vim as usual. The sole special thing that need be done for this compilation is that, when you call ./configure, you *need* to ensure the following flags are present:
<pre>--enable-python3interp =dynamic --enable-pythoninterp=dynamic</pre>
and the following are absent
<pre>--diabledisable-python3interp --disable-pythoninterp</pre>
Otherwise Clang Complete will fail.
If autocomplete pops up when you press the '.', it's your code/configuration that's not functioning properly. If autocomplete fails to pop up even when you press <C-x><C-u> (autocomplete), then the install probably has an issue. See [Other Include Paths] for more information if Clang Complete isn't working on a certain library.
 
[[Category:Howtos]]
[[Category:Software]]