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:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||||
let g:airline_powerline_fonts = 1
|
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:go_fmt_command = "goimports"
|
||||||
let g:python_highlight_all = 1
|
let g:python_highlight_all = 1
|
||||||
let g:rustfmt_autosave = 1
|
let g:rustfmt_autosave = 1
|
||||||
|
6
zshrc
6
zshrc
@@ -62,7 +62,6 @@ plugins=(
|
|||||||
archlinux
|
archlinux
|
||||||
aws
|
aws
|
||||||
bundler
|
bundler
|
||||||
cargo
|
|
||||||
command-not-found
|
command-not-found
|
||||||
cp
|
cp
|
||||||
direnv
|
direnv
|
||||||
@@ -72,6 +71,7 @@ plugins=(
|
|||||||
golang
|
golang
|
||||||
helm
|
helm
|
||||||
heroku
|
heroku
|
||||||
|
httpie
|
||||||
kubectl
|
kubectl
|
||||||
mercurial
|
mercurial
|
||||||
minikube
|
minikube
|
||||||
@@ -89,7 +89,6 @@ plugins=(
|
|||||||
rsync
|
rsync
|
||||||
ruby
|
ruby
|
||||||
rust
|
rust
|
||||||
rustup
|
|
||||||
terraform
|
terraform
|
||||||
tmux
|
tmux
|
||||||
vagrant
|
vagrant
|
||||||
@@ -108,9 +107,10 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
|
|
||||||
unalias gb &>/dev/null
|
unalias gb &>/dev/null
|
||||||
|
|
||||||
export VISUAL=vim
|
export EDITOR=vim
|
||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
export SDKMAN_DIR="${HOME}/.sdkman"
|
export SDKMAN_DIR="${HOME}/.sdkman"
|
||||||
|
export VISUAL=vim
|
||||||
|
|
||||||
# The completion for aws is not compatible with $fpath :scream_cat:
|
# The completion for aws is not compatible with $fpath :scream_cat:
|
||||||
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
|
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
|
||||||
|
Reference in New Issue
Block a user