mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-03 01:53:22 +08:00
Add Go to the list of C-like languages.
This commit is contained in:
@@ -500,7 +500,7 @@ eclim <https://eclim.org>
|
||||
|
||||
* 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']
|
||||
let airline#extensions#c_like_langs = ['c', 'cpp', 'cuda', 'go', 'javascript', 'ld', 'php']
|
||||
<
|
||||
* disable whitespace checking for an individual buffer >
|
||||
" Checking is enabled by default because b:airline_whitespace_disabled
|
||||
|
||||
Reference in New Issue
Block a user