vim: add fireplace and editorconfig, remove Cr; zsh: move carp around
This commit is contained in:
6
vimrc
6
vimrc
@@ -99,6 +99,10 @@ Plugin 'rust-lang/rust.vim'
|
|||||||
Plugin 'kchmck/vim-coffee-script'
|
Plugin 'kchmck/vim-coffee-script'
|
||||||
Plugin 'isRuslan/vim-es6'
|
Plugin 'isRuslan/vim-es6'
|
||||||
Plugin 'zig-lang/zig.vim'
|
Plugin 'zig-lang/zig.vim'
|
||||||
|
Plugin 'tpope/vim-fireplace'
|
||||||
|
|
||||||
|
" Extra
|
||||||
|
Plugin 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
" Custom bundles
|
" Custom bundles
|
||||||
if filereadable(expand("~/.vim.local/bundles.vim"))
|
if filereadable(expand("~/.vim.local/bundles.vim"))
|
||||||
@@ -644,4 +648,4 @@ endif
|
|||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
let g:syntastic_carp_checkers = ['carp']
|
let g:syntastic_carp_checkers = ['carp']
|
||||||
command Cr !carp -x %
|
" command Cr !carp -x %
|
||||||
|
2
zshrc
2
zshrc
@@ -34,7 +34,7 @@ export LANG=en_US.UTF-8
|
|||||||
export LC_ALL=$LANG
|
export LC_ALL=$LANG
|
||||||
export JAVA_HOME=`/usr/libexec/java_home -v 9`
|
export JAVA_HOME=`/usr/libexec/java_home -v 9`
|
||||||
export GH_HOME=~/Documents/Code/Github
|
export GH_HOME=~/Documents/Code/Github
|
||||||
export CARP_DIR=$GH_HOME/Carp/
|
export CARP_DIR=$GH_HOME/carp/Carp/
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
|
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
|
||||||
alias vi="stty stop '' -ixoff ; stty erase '^?'; vim"
|
alias vi="stty stop '' -ixoff ; stty erase '^?'; vim"
|
||||||
|
Reference in New Issue
Block a user