aboutsummaryrefslogtreecommitdiff
path: root/config/nvim/ftplugin/c.vim
blob: 3769d80019dcbe339e0821b8e05fa7be926382a2 (plain)
1
2
3
4
5
6
7
let b:ale_linters = ['cppcheck', 'flawfinder']
let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace']
let g:ale_c_parse_compile_commands = 1
let g:ale_c_clangd_options = '--header-insertion=never'

nmap <F8> :ALENext<cr>
nmap <F7> :ALEPrevious<cr>