表示を変更
This commit is contained in:
parent
d04ef62bd3
commit
eaa62b2861
1 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,7 @@ nnoremap <Space>t :tabnew<CR>
|
||||||
set autoindent
|
set autoindent
|
||||||
set backup
|
set backup
|
||||||
set backupdir=$HOME/.vim/tmp
|
set backupdir=$HOME/.vim/tmp
|
||||||
set expandtab
|
"set expandtab
|
||||||
set foldmethod=marker
|
set foldmethod=marker
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
@ -31,12 +31,16 @@ set number
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
set smartcase
|
set smartcase
|
||||||
set smartindent
|
set smartindent
|
||||||
set softtabstop=2
|
"set softtabstop=2
|
||||||
set statusline=%<%f\ %h%m%r%=\ %l/%L,%c%y
|
set statusline=%<%f\ %h%m%r%=\ %l/%L,%c%y
|
||||||
set visualbell
|
set visualbell
|
||||||
set whichwrap=b,s,h,l,<,>,~,[,]
|
set whichwrap=b,s,h,l,<,>,~,[,]
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
"全角スペースを視覚化
|
||||||
|
highlight ZenkakuSpace cterm=underline ctermfg=lightblue guibg=#666666
|
||||||
|
au BufNewFile,BufRead * match ZenkakuSpace / /
|
||||||
|
|
||||||
"for matchit.vim
|
"for matchit.vim
|
||||||
source $VIMRUNTIME/macros/matchit.vim
|
source $VIMRUNTIME/macros/matchit.vim
|
||||||
let b:match_words = &matchpairs.'<\([A-Za-z_\:][A-Za-z0-9.\-_\:]*\):</\1'
|
let b:match_words = &matchpairs.'<\([A-Za-z_\:][A-Za-z0-9.\-_\:]*\):</\1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue