Compare commits

...

4 Commits

Author SHA1 Message Date
838f675332
Re-remove outdated rust zsh plugins 2022-01-03 10:25:24 -05:00
d9b18382e9
Merge branch 'main' of git.meatballhat.com:x/dotfiles 2022-01-03 10:25:00 -05:00
57046d1197
zsh bits 2022-01-03 10:24:30 -05:00
ee60012b56
Some coc goop 2022-01-03 10:23:57 -05:00
2 changed files with 5 additions and 3 deletions

2
vimrc
View File

@ -47,6 +47,8 @@ map ,w :%s/ *$//<CR>
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
let g:airline_powerline_fonts = 1
let g:coc_global_extensions = ['coc-tsserver']
let g:coc_node_path = "/home/dan/.nvm/versions/node/v16.9.1/bin/node"
let g:go_fmt_command = "goimports"
let g:python_highlight_all = 1
let g:rustfmt_autosave = 1

6
zshrc
View File

@ -62,7 +62,6 @@ plugins=(
archlinux
aws
bundler
cargo
command-not-found
cp
direnv
@ -72,6 +71,7 @@ plugins=(
golang
helm
heroku
httpie
kubectl
mercurial
minikube
@ -89,7 +89,6 @@ plugins=(
rsync
ruby
rust
rustup
terraform
tmux
vagrant
@ -108,9 +107,10 @@ source $ZSH/oh-my-zsh.sh
unalias gb &>/dev/null
export VISUAL=vim
export EDITOR=vim
export PYENV_ROOT="${HOME}/.pyenv"
export SDKMAN_DIR="${HOME}/.sdkman"
export VISUAL=vim
# The completion for aws is not compatible with $fpath :scream_cat:
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then