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

@@ -183,3 +183,8 @@ alias stow='stow -d $DOTFILES '
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