Add covim

This commit is contained in:
Andrew Tomaka 2014-01-31 11:57:35 -05:00
parent 2dfb86d69d
commit d675a7a8fb

8
.vimrc
View file

@ -10,6 +10,7 @@ Bundle 'gmarik/vundle'
Bundle 'airblade/vim-gitgutter'
Bundle 'bronson/vim-trailing-whitespace'
Bundle 'FredKSchott/CoVim'
Bundle 'godlygeek/tabular'
Bundle 'itchyny/lightline.vim'
Bundle 'kien/ctrlp.vim'
@ -108,6 +109,9 @@ map <Leader>te :Tabularize /=<cr>
map <Leader>bi :BundleInstall<cr>
map <Leader>bu :BundleInstall!<cr>
" covim
map <Leader>cvs :CoVim start<cr>
" copy and paste - for Linux
map <Leader>c "+
map <Leader>p "+p
@ -154,6 +158,10 @@ let g:lightline = {
\ }
\ }
" covim
let CoVim_default_name = "atomaka"
let CoVim_default_port = "5120"
" Functions
" Toggle relative line numbers and cursorline; useful for long line files
function! LargeFileToggle()