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

@ -0,0 +1 @@
Subproject commit 7265ceb6d050d1a4642741d248f11e4f2abd37e1

@ -0,0 +1 @@
Subproject commit 056bba9bd05a2c97c63c28216a1c232cfb91529e