Вставляем в ~/.vimrc
set tabstop=4 syntax on " Syntax highlighting set showmatch " Shows matching brackets set ruler " Always shows location in file (line#) set smarttab " Autotabs for certain code set shiftwidth=4 |
Вставляем в ~/.vimrc
set tabstop=4 syntax on " Syntax highlighting set showmatch " Shows matching brackets set ruler " Always shows location in file (line#) set smarttab " Autotabs for certain code set shiftwidth=4 |