From 821c389c48e08e8db2fc359044d9fb89fca2b703 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 23 Apr 2024 21:47:18 +0200 Subject: bash: Stop clangd from inserting headers --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3