vim: add fireplace and editorconfig, remove Cr; zsh: move carp around

This commit is contained in:
2018-11-13 17:19:07 +01:00
parent 7bf2883a26
commit 221ebbb243
2 changed files with 6 additions and 2 deletions

6
vimrc
View File

@@ -99,6 +99,10 @@ Plugin 'rust-lang/rust.vim'
Plugin 'kchmck/vim-coffee-script'
Plugin 'isRuslan/vim-es6'
Plugin 'zig-lang/zig.vim'
Plugin 'tpope/vim-fireplace'
" Extra
Plugin 'editorconfig/editorconfig-vim'
" Custom bundles
if filereadable(expand("~/.vim.local/bundles.vim"))
@@ -644,4 +648,4 @@ endif
" }}}
let g:syntastic_carp_checkers = ['carp']
command Cr !carp -x %
" command Cr !carp -x %

2
zshrc
View File

@@ -34,7 +34,7 @@ export LANG=en_US.UTF-8
export LC_ALL=$LANG
export JAVA_HOME=`/usr/libexec/java_home -v 9`
export GH_HOME=~/Documents/Code/Github
export CARP_DIR=$GH_HOME/Carp/
export CARP_DIR=$GH_HOME/carp/Carp/
export EDITOR=vim
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
alias vi="stty stop '' -ixoff ; stty erase '^?'; vim"