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 '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 %
|
||||
|
Reference in New Issue
Block a user