Adding cosco and delimitmate
This commit is contained in:
parent
9b68aab8f8
commit
ea734afcac
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
|
@ -37,6 +37,7 @@ Bundle 'w0ng/vim-hybrid'
|
||||||
Bundle 'kien/ctrlp.vim'
|
Bundle 'kien/ctrlp.vim'
|
||||||
Bundle 'gregsexton/MatchTag'
|
Bundle 'gregsexton/MatchTag'
|
||||||
" Bundle 'kana/vim-smartinput'
|
" Bundle 'kana/vim-smartinput'
|
||||||
|
Bundle 'Raimondi/delimitMate'
|
||||||
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
||||||
Bundle 'mbbill/undotree'
|
Bundle 'mbbill/undotree'
|
||||||
Bundle 'coderifous/textobj-word-column.vim'
|
Bundle 'coderifous/textobj-word-column.vim'
|
||||||
|
|
@ -58,6 +59,7 @@ Bundle 'bruno-/vim-vertical-move'
|
||||||
Bundle 'tpope/vim-vinegar'
|
Bundle 'tpope/vim-vinegar'
|
||||||
Bundle 'itchyny/calendar.vim'
|
Bundle 'itchyny/calendar.vim'
|
||||||
Bundle 'openurl.vim'
|
Bundle 'openurl.vim'
|
||||||
|
Bundle 'lfilho/cosco.vim'
|
||||||
|
|
||||||
let $GIT_SSL_NO_VERIFY = 'true'
|
let $GIT_SSL_NO_VERIFY = 'true'
|
||||||
|
|
||||||
|
|
@ -282,3 +284,7 @@ let g:matchmaker_enable_startup = 1
|
||||||
|
|
||||||
" Dict word under cursor
|
" Dict word under cursor
|
||||||
nnoremap <leader>d :Dict
|
nnoremap <leader>d :Dict
|
||||||
|
|
||||||
|
" Cosco
|
||||||
|
autocmd FileType javascript,css nnoremap <silent> ,; :call cosco#commaOrSemiColon()<CR>
|
||||||
|
autocmd FileType javascript,css inoremap <silent> ,; <ESC>:call cosco#commaOrSemiColon()"<CR>a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue