diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-23 21:47:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-23 21:47:18 +0200 |
commit | 821c389c48e08e8db2fc359044d9fb89fca2b703 (patch) | |
tree | 82147943654f71eb098a46bf7b65bee40c79cd02 | |
parent | 069a452a320393308f79aa426c28fe9d59c179fc (diff) |
bash: Stop clangd from inserting headers
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ export REPODIR="$HOME/code" export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" export PATH="$HOME/.local/bin:$HOME/.local/sbin:/opt/odin:$GOROOT/bin:$GOPATH/bin:$PATH" +export CLANGD_FLAGS='-header-insertion=never' export GPG_TTY=`tty` export HISTSIZE=100000 export LESS='-RF' |