Skip to content

Commit

Permalink
Add basic troubleshooting section to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
xaizek committed Jan 26, 2016
1 parent 2289f34 commit 0a8c5ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -13,3 +13,15 @@ You need Vim 7.3 or higher, compiled with python support and ideally, with
the conceal feature.

See doc/clang_complete.txt for help and license.

#### Troubleshooting

The first step is to check values of 'omnifunc' and 'completefunc' options in
a C++ buffer where completion doesn't work (the value should be ClangComplete).
This can be done with the following command: set omnifunc? completefunc?

Output of :messages command after startup could also show something useful in
case there were problems with plugin initialization.

If everything is fine, next step might be to load only clang_complete plugin
and see if anything changes.

0 comments on commit 0a8c5ef

Please sign in to comment.