feat: convert NeoVim configuration to Lua

This commit is contained in:
Stefan Imhoff
2022-07-08 14:07:53 +02:00
parent c82d85d87f
commit 9c81e94e1f
114 changed files with 4977 additions and 4249 deletions

3
zshrc
View File

@@ -44,6 +44,9 @@ export NVM_DIR="$HOME/.nvm"
# Rancher
export PATH="$HOME/.rd/bin:$PATH"
# Rust
export PATH="$HOME/.cargo/bin:$PATH"
# Ruby
export PATH="/usr/local/opt/ruby/bin:$PATH"