feat: Add cpp to registry.vim

This commit is contained in:
jhlink 2020-07-25 20:22:10 -04:00
parent 076f9efbd9
commit 488df0fa41
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ let s:default_registry = {
\ },
\ 'astyle': {
\ 'function': 'ale#fixers#astyle#Fix',
\ 'suggested_filetypes': ['c'],
\ 'suggested_filetypes': ['c', 'cpp'],
\ 'description': 'Fix C with astyle.',
\ },
\ 'clangtidy': {