Update to use lsp and consolidate everything to one file

This commit is contained in:
Grant Hunter
2020-01-02 10:07:22 -07:00
parent f83634dce0
commit 00fdc7f7ff
6 changed files with 249 additions and 68 deletions

12
zshrc
View File

@@ -79,12 +79,12 @@ source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='emacs'
else
export EDITOR='emacs'
fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"