diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-26 13:35:33 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-26 13:36:48 +0200 |
commit | c983cdce8a44b52b69edac7a5d97863445b6df37 (patch) | |
tree | 605b65ba23a95d930d494d55660ec58d55ca4070 /vim | |
parent | 38f6310271a4da9654de3148c13f27f60890c258 (diff) | |
download | myconfigs-c983cdce8a44b52b69edac7a5d97863445b6df37.tar.gz myconfigs-c983cdce8a44b52b69edac7a5d97863445b6df37.tar.bz2 myconfigs-c983cdce8a44b52b69edac7a5d97863445b6df37.zip |
vim: return to limit of 80 characters
Diffstat (limited to 'vim')
-rw-r--r-- | vim/ftplugin/c.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/ftplugin/c.vim b/vim/ftplugin/c.vim index 3464e2d..add7386 100644 --- a/vim/ftplugin/c.vim +++ b/vim/ftplugin/c.vim @@ -1,6 +1,3 @@ -setlocal colorcolumn=120 -setlocal textwidth=120 - let b:ale_linters = ['ccls', 'cppcheck', 'flawfinder', 'clangtidy'] let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace'] let g:ale_c_ccls_init_options = {'cache': {'directory': '/tmp/ccls/cache'}} |