Skip to content

Commit

Permalink
fix .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
neutry committed Jul 16, 2012
1 parent 4d8a3ee commit f295781
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vimrc
Expand Up @@ -43,9 +43,10 @@ highlight Folded ctermfg=blue
" ----------------------------
" Disp
" ----------------------------
set ambiwidth=double
set number " 行番号表示
set list " タブ文字、行末など不可視文字を表示
set listchars=eol:$,tab:>\ ,trail:~,extends:< " listで表示される文字のフォーマットを指定
set listchars=eol:¬,tab:>-,trail:~,extends:< " listで表示される文字のフォーマットを指定
"set cursorline " カーソル行をハイライト
set showmatch " 閉じ括弧が入力されたとき、対応する括弧を表示
set ruler " ルーラー(右下の行,列番号)表示
Expand Down Expand Up @@ -106,9 +107,9 @@ set hlsearch " 検索文字をハイライト

" zencoding
let g:user_zen_expandabbr_key = '<c-e>'
let g:use_zen_complete_tag = 1
let g:user_zen_settings = {
\ 'lang' : 'ja',
\'lang':'ja',
\'indentation':' ',
\}

" neocomplcache
Expand Down

0 comments on commit f295781

Please sign in to comment.