Skip to content

Commit

Permalink
window調整系の設定追加
Browse files Browse the repository at this point in the history
  • Loading branch information
shim0mura committed Nov 14, 2012
1 parent 64651d5 commit decda82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vimrc
Expand Up @@ -38,13 +38,13 @@ NeoBundle 'git://github.com/ervandew/supertab.git'
"NeoBundle 'git://github.com/kana/vim-tabpagecd.git'
NeoBundle 'git://github.com/Lokaltog/vim-easymotion.git'
NeoBundle 'git://github.com/tmhedberg/matchit.git'
NeoBundle 'git://github.com/scrooloose/nerdtree.git'
NeoBundle 'git://github.com/kien/ctlrp.git'

NeoBundle 'surround.vim'
"NeoBundle 'matchit.vim'
NeoBundle 'ruby-matchit'
NeoBundle 'srcexpl.vim'
NeoBundle 'trinity.vim'
NeoBundle 'NERD_tree.vim'
NeoBundle 'taglist.vim'
NeoBundle 'Javascript-syntax'
NeoBundle 'TwitVim'
Expand All @@ -68,6 +68,8 @@ set wildmenu
set wildmode=list:longest
set showcmd
set list
set noautochdir
set noequalalways
" ウィンドウサイズの自動調整
set ambiwidth=double
"set textwidth=78
Expand Down

0 comments on commit decda82

Please sign in to comment.