vimrc: speedify; zshrc: uninstalled homebrew emacs
This commit is contained in:
18
vimrc
18
vimrc
@@ -40,12 +40,12 @@ Bundle 'gmarik/vundle'
|
|||||||
Bundle 'scrooloose/syntastic'
|
Bundle 'scrooloose/syntastic'
|
||||||
|
|
||||||
" Other programming languages
|
" Other programming languages
|
||||||
Bundle 'zepto-lang/zepto-vim'
|
"Bundle 'zepto-lang/zepto-vim'
|
||||||
Bundle 'hellerve/carp-vim'
|
Bundle 'hellerve/carp-vim'
|
||||||
Bundle 'tikhomirov/vim-glsl'
|
"Bundle 'tikhomirov/vim-glsl'
|
||||||
Plugin 'rust-lang/rust.vim'
|
"Plugin 'rust-lang/rust.vim'
|
||||||
Plugin 'isRuslan/vim-es6'
|
"Plugin 'isRuslan/vim-es6'
|
||||||
Plugin 'JuliaEditorSupport/julia-vim'
|
"Plugin 'JuliaEditorSupport/julia-vim'
|
||||||
|
|
||||||
" Extra
|
" Extra
|
||||||
Plugin 'editorconfig/editorconfig-vim'
|
Plugin 'editorconfig/editorconfig-vim'
|
||||||
@@ -120,11 +120,6 @@ set mouse=a
|
|||||||
" Enable syntax highlighting
|
" Enable syntax highlighting
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
" Adjust signscolumn and syntastic to match wombat
|
|
||||||
hi! link SignColumn LineNr
|
|
||||||
hi! link SyntasticErrorSign ErrorMsg
|
|
||||||
hi! link SyntasticWarningSign WarningMsg
|
|
||||||
|
|
||||||
" Enable filetype plugins
|
" Enable filetype plugins
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
@@ -357,3 +352,6 @@ vnoremap <silent> <leader>h> :call Pointful()<CR>
|
|||||||
|
|
||||||
let g:syntastic_carp_checkers = ['carp']
|
let g:syntastic_carp_checkers = ['carp']
|
||||||
command Cr !carp -x %
|
command Cr !carp -x %
|
||||||
|
|
||||||
|
let g:syntastic_python_checkers = ['python']
|
||||||
|
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
|
||||||
|
2
zshrc
2
zshrc
@@ -38,7 +38,7 @@ export CARP_DIR=$GH_HOME/carp/Carp/
|
|||||||
export EDITOR=/usr/local/bin/vim
|
export EDITOR=/usr/local/bin/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"
|
||||||
alias em="/usr/local/bin/emacs"
|
alias em="emacs"
|
||||||
alias mk="make"
|
alias mk="make"
|
||||||
alias g="git"
|
alias g="git"
|
||||||
alias virtualenv2="python2.7 /usr/local/lib/python2.7/site-packages/virtualenv.py"
|
alias virtualenv2="python2.7 /usr/local/lib/python2.7/site-packages/virtualenv.py"
|
||||||
|
Reference in New Issue
Block a user