Skip to content

Commit

Permalink
Update HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jun 9, 2018
1 parent 1d1b925 commit f742593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ How to Contribute
Tips and Tricks
---------------

* if you use vim with [youcompleteme](http://valloric.github.io/YouCompleteMe/), you can use the following [.ycm_extra_conf.py](https://gist.github.com/hasufell/0a97cc13de3ef2f061bb)
* if you use vim with [youcompleteme](http://valloric.github.io/YouCompleteMe/), you can use the provided project `.ycm_extra_conf.py`
* if you use vim with [ALE](https://github.com/w0rp/ale) you can use the provided local `_vimrc_local.vim` to set gcc/clang cflags
- you might have to install [local_vimrc](https://github.com/LucHermitte/local_vimrc)
- use `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=yes`, because it generates [compile_commands.json](https://clang.llvm.org/docs/JSONCompilationDatabase.html), which can be used by ALEs `clangtidy` and `cppcheck` linters

0 comments on commit f742593

Please sign in to comment.