summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-23 21:47:18 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-23 21:47:18 +0200
commit821c389c48e08e8db2fc359044d9fb89fca2b703 (patch)
tree82147943654f71eb098a46bf7b65bee40c79cd02
parent069a452a320393308f79aa426c28fe9d59c179fc (diff)
bash: Stop clangd from inserting headers
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 884b28e..4b0e91b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'