Configure LSP for C development

This commit is contained in:
Fabio Scotto di Santolo
2025-12-15 16:33:56 +01:00
parent 4b1509acf7
commit 70b7da4461
3 changed files with 103 additions and 37 deletions

View File

@@ -49,8 +49,6 @@ appendpath() {
appendpath "$HOME/.local/bin"
appendpath "$GOBIN"
appendpath "$HOME/.cargo/bin"
appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.config/emacs/bin"
unset appendpath
source "$HOME/.profile.d/homebrew.sh"