From 4994075da770c27a498417c8db0c4da371f14e08 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 18 Apr 2015 13:18:42 +0900 Subject: [PATCH] Option tweaking --- .vim/options.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vim/options.vim b/.vim/options.vim index 12c883d..fd115cf 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -10,6 +10,7 @@ set autowrite set background=dark set backspace=indent,eol,start set completeopt-=preview +set cursorline set encoding=utf-8 set expandtab set fileformats=unix,dos,mac @@ -37,6 +38,7 @@ set shortmess+=I set smartcase set smartcase set smarttab +set t_Co=256 set tabstop=4 set ttyfast set wildmenu @@ -44,14 +46,14 @@ set wrapmargin=1 if has('gui_running') set columns=150 - set cursorline + set lines=50 + set guioptions-=L set guioptions-=R set guioptions-=T set guioptions-=l set guioptions-=m set guioptions-=r - set lines=50 if has('unix') set guifont=Terminus\ 12