Configure LSP for C development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user