Vim: tabs widths updated.
This commit is contained in:
parent
04072f63c8
commit
90fc0366e5
12
.vimrc
12
.vimrc
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
" общие настройки
|
" общие настройки
|
||||||
syntax on " включить подсветку синтаксиса
|
syntax on " включить подсветку синтаксиса
|
||||||
set ts=8 " у меня табуляция (tabstop) 4 символа
|
set ts=4 " у меня табуляция (tabstop) 4 символа
|
||||||
set tabstop=8
|
set tabstop=4
|
||||||
set shiftwidth=2
|
set shiftwidth=4
|
||||||
set textwidth=8
|
set textwidth=79
|
||||||
set tw=159
|
set tw=79
|
||||||
set expandtab
|
set expandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
set copyindent
|
set copyindent
|
||||||
|
@ -150,10 +150,10 @@ Bundle 'tpope/vim-fugitive'
|
||||||
Bundle 'Lokaltog/vim-easymotion'
|
Bundle 'Lokaltog/vim-easymotion'
|
||||||
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
||||||
Bundle 'tpope/vim-rails.git'
|
Bundle 'tpope/vim-rails.git'
|
||||||
Bundle 'vim-tags'
|
|
||||||
" vim-scripts repos
|
" vim-scripts repos
|
||||||
Bundle 'L9'
|
Bundle 'L9'
|
||||||
Bundle 'FuzzyFinder'
|
Bundle 'FuzzyFinder'
|
||||||
|
Bundle 'vim-tags'
|
||||||
" non github repos
|
" non github repos
|
||||||
Bundle 'git://git.wincent.com/command-t.git'
|
Bundle 'git://git.wincent.com/command-t.git'
|
||||||
" ...
|
" ...
|
||||||
|
|
Loading…
Reference in New Issue