diff --git a/.vim/options.vim b/.vim/options.vim index bcd29ae..864b792 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -9,6 +9,7 @@ set autoread set autowrite set backspace=indent,eol,start set completeopt-=preview +set cursorline set encoding=utf-8 set expandtab set fileformats=unix,dos,mac @@ -30,11 +31,13 @@ set nrformats-=octal set number set relativenumber set scrolloff=5 +set shiftround set shiftwidth=4 set shortmess+=I set smartcase set smartcase set smarttab +set t_Co=246 set tabstop=4 set ttyfast set wildmenu @@ -42,7 +45,6 @@ set wrapmargin=1 if has('gui_running') set columns=150 - set cursorline set guioptions-=L set guioptions-=R set guioptions-=T