[vim] Switch to vim-sleuth for tab config

pull/28/head
Alpha Chen 10 years ago
parent 3e37d1f409
commit 6e545a1d81

3
.gitmodules vendored

@ -106,3 +106,6 @@
[submodule "vim/.vim/bundle/vim-endwise"] [submodule "vim/.vim/bundle/vim-endwise"]
path = vim/.vim/bundle/vim-endwise path = vim/.vim/bundle/vim-endwise
url = git@github.com:tpope/vim-endwise.git url = git@github.com:tpope/vim-endwise.git
[submodule "vim/.vim/bundle/vim-sleuth"]
path = vim/.vim/bundle/vim-sleuth
url = git@github.com:tpope/vim-sleuth.git

@ -0,0 +1 @@
Subproject commit 6b0c9d61e246cb3a046202de0a016451c0dc1ede

@ -80,11 +80,11 @@ set fileencoding=utf8
set fileformat=unix set fileformat=unix
" indent/tabbing " indent/tabbing
set smartindent " set smartindent
set expandtab " set expandtab
set shiftwidth=2 " set shiftwidth=2
" set softtabstop=2 " set softtabstop=2
set tabstop=2 " set tabstop=2
" reading " reading
set linebreak set linebreak

Loading…
Cancel
Save