configure vim with completion, code navigation, linting

This commit is contained in:
Tim Schubert 2020-06-06 19:11:34 +02:00
parent 869f1ab3a1
commit 5e7d4b68f5
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
7 changed files with 168 additions and 2 deletions

View file

@ -0,0 +1,4 @@
let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace']
let b:ale_linters = ['clangd']
setlocal tabstop=8 expandtab shiftwidth=2 smarttab