diff options
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index b8b1427..6d87205 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -675,6 +675,7 @@ let g:XkbSwitchEnabled = 1 " linters for different filetypes let g:ale_linters = { \ 'vim': ['vint'], + \ 'cpp': ['cppcheck'], \ } " Only run linters in the g:ale_linters dictionary |
