Compare commits
4 Commits
01cf73c62d
...
838f675332
Author | SHA1 | Date | |
---|---|---|---|
838f675332 | |||
d9b18382e9 | |||
57046d1197 | |||
ee60012b56 |
2
vimrc
2
vimrc
@ -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
6
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user