Configure LSP for C development

This commit is contained in:
Fabio Scotto di Santolo
2025-12-15 16:33:56 +01:00
parent 39000ec304
commit 32bf8c73a8
3 changed files with 103 additions and 37 deletions

View File

@@ -184,3 +184,8 @@ alias em='emacsclient -t'
if command -v starship > /dev/null 2>&1; then
eval "$(starship init bash)"
fi
# Load Mise en dev
if command -v mise > /dev/null 2>&1; then
eval "$(mise activate bash)"
fi