Add nvim config

This commit is contained in:
2021-04-29 14:25:46 +02:00
parent c20a84ff16
commit ee3aa6427b
7 changed files with 424 additions and 0 deletions

3
.zshrc
View File

@@ -10,6 +10,9 @@ plugins=(
export ZSH=$HOME/.oh-my-zsh
source $ZSH/oh-my-zsh.sh
# Path settings
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
export PATH="$HOME/.cargo/bin:$PATH"