Made c_like_langs customisable via g:airline#extenstions#c_like_langs

This commit is contained in:
John Byrne
2016-03-29 14:24:52 +01:00
committed by Christian Brabandt
parent 3f2247593a
commit a5fab144aa
2 changed files with 5 additions and 5 deletions

View File

@@ -491,6 +491,10 @@ eclim <https://eclim.org>
* configure custom trailing whitespace regexp rule >
let g:airline#extensions#whitespace#trailing_regexp = '\s$'
* configure, which filetypes have special treatment of /* */ comments,
matters for mix-indent-file algorithm: >
let airline#extensions#c_like_langs = ['c', 'cpp', 'cuda', 'javascript', 'ld', 'php']
<
------------------------------------- *airline-tabline*
Note: If you're using the ctrlspace tabline only the option marked with (c)