Added swift language server

This commit is contained in:
2021-12-19 13:12:11 -05:00
parent 42bb38715a
commit 3e6c7e8281
2 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ export SHELL="$(which zsh)"
# Allow useful scripts in ~/.bin to be in the search path.
export PATH=~/.bin:$PATH
# Allow git to work on mounted volumes
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
# Add homebrew to the path
if [ -d /opt/homebrew ]; then
export PATH=/opt/homebrew/bin:$PATH