Created
December 5, 2015 10:33
-
-
Save rbtnn/0be6d84568010900db8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set runtimepath+=~/Dropbox/vim-modules/dart-vim-plugin | |
set runtimepath+=~/Dropbox/vim-modules/vim-operator-user | |
set runtimepath+=~/Dropbox/vim-modules/vim-operator-replace | |
set runtimepath+=~/Dropbox/vim-modules/vim-csharp | |
set runtimepath+=~/Dropbox/vim-modules/vim-gitdiff | |
set runtimepath+=~/Dropbox/vim-modules/vim-next-reading-vimrc | |
set runtimepath+=~/Dropbox/vim-modules/vim-powershell | |
set runtimepath+=~/Dropbox/vim-modules/badwolf | |
set runtimepath+=~/Dropbox/vim-modules/vim-qfreplace | |
set runtimepath+=~/Dropbox/vim-modules/vim-quickrun | |
set runtimepath+=~/Dropbox/vim-modules/caw.vim | |
set runtimepath+=~/Dropbox/vim-modules/vimdoc-ja | |
helptags ~/Dropbox/vim-modules/caw.vim/doc | |
helptags ~/Dropbox/vim-modules/vim-quickrun/doc | |
helptags ~/Dropbox/vim-modules/vimdoc-ja/doc | |
if has('gui_running') | |
colorscheme badwolf | |
set background=dark | |
endif | |
nmap <silent>'' <Plug>(caw:i:toggle) | |
vmap <silent>'' <Plug>(caw:i:toggle) | |
let g:quickrun_config = { | |
\ '_' : { | |
\ 'hook/output_encode/encoding' : &encoding, | |
\ 'outputter' : 'error', | |
\ 'outputter/error/success' : 'buffer', | |
\ 'outputter/error/error' : 'quickfix', | |
\ }, | |
\ 'lisp' : { 'command' : 'clisp' }, | |
\ 'javascript' : { 'command' : 'node' }, | |
\ 'dart' : { 'command' : 'dart' }, | |
\ } | |
autocmd vimrc GUIEnter * :set transparency=10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment