Browse Source

some modify

pull/4/head
Ein Verne(einverne) 10 years ago
parent
commit
083d10f2c0
  1. 10
      _vimrc

10
_vimrc

@ -177,6 +177,16 @@ set si
" wrap lines " wrap lines
set wrap set wrap
" YAML
autocmd Filetype yaml setlocal tabstop=2 shiftwidth=2
" Web
autocmd Filetype json setlocal tabstop=2 shiftwidth=2
autocmd Filetype javascript setlocal tabstop=2 shiftwidth=2
autocmd Filetype html setlocal tabstop=2 shiftwidth=2
autocmd Filetype css setlocal tabstop=2 shiftwidth=2
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Moving around, tabs, windows and buffers " => Moving around, tabs, windows and buffers
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Loading…
Cancel
Save