dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 99f34f99b64ee314cc92b8054c43435d7f9b79ce
parent f95db731210ec97032d92192de65844a7748f9fd
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 10:02:50 +0200

vim: ALE options for C

Diffstat:
Mvim/vimrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -445,6 +445,11 @@ let g:gh_token = getenv("GITHUB_AUTH_TOKEN") " ALE {{{3 let g:airline#extensions#ale#enabled = 0 let g:ale_enabled = 0 +let g:ale_c_cc_options = '-std=gnu99 -Wall' +let g:ale_c_clangd_options = '-std=gnu99 -Wall' +let g:ale_c_clangformat_options = '-std=gnu99 -Wall' +let g:ale_c_clangtidy_options = '-std=gnu99 -Wall' +let g:ale_c_clangtidy_extra_options = '-std=gnu99 -Wall' " textobj-user {{{3 call textobj#user#plugin('asterisks', { \ '-': {