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'
|
||||
|
||||
" Other programming languages
|
||||
Bundle 'zepto-lang/zepto-vim'
|
||||
"Bundle 'zepto-lang/zepto-vim'
|
||||
Bundle 'hellerve/carp-vim'
|
||||
Bundle 'tikhomirov/vim-glsl'
|
||||
Plugin 'rust-lang/rust.vim'
|
||||
Plugin 'isRuslan/vim-es6'
|
||||
Plugin 'JuliaEditorSupport/julia-vim'
|
||||
"Bundle 'tikhomirov/vim-glsl'
|
||||
"Plugin 'rust-lang/rust.vim'
|
||||
"Plugin 'isRuslan/vim-es6'
|
||||
"Plugin 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
" Extra
|
||||
Plugin 'editorconfig/editorconfig-vim'
|
||||
@@ -120,11 +120,6 @@ set mouse=a
|
||||
" Enable syntax highlighting
|
||||
syntax enable
|
||||
|
||||
" Adjust signscolumn and syntastic to match wombat
|
||||
hi! link SignColumn LineNr
|
||||
hi! link SyntasticErrorSign ErrorMsg
|
||||
hi! link SyntasticWarningSign WarningMsg
|
||||
|
||||
" Enable filetype plugins
|
||||
filetype plugin on
|
||||
filetype indent on
|
||||
@@ -357,3 +352,6 @@ vnoremap <silent> <leader>h> :call Pointful()<CR>
|
||||
|
||||
let g:syntastic_carp_checkers = ['carp']
|
||||
command Cr !carp -x %
|
||||
|
||||
let g:syntastic_python_checkers = ['python']
|
||||
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
|
||||
|
Reference in New Issue
Block a user