From 2419d6b34fdbbe862192e9d7cb5cfc1ccfbe810e Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Tue, 17 May 2011 16:41:10 -0400 Subject: don't highlight the cursor line. set tabs size for text files --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index de375d4..4c7ffdd 100644 --- a/vimrc +++ b/vimrc @@ -12,7 +12,6 @@ set smartcase " respect case in search if uppercase is used set nowrap " do not wrap lines set backspace=indent,eol,start " backspace over all stuff set cursorcolumn " highlight the current column -set cursorline " highlight the current line " " formatting @@ -36,7 +35,7 @@ if has("autocmd") filetype plugin indent on au! - au FileType text setlocal tw=72 + au FileType text setlocal tw=72 ts=2 sw=2 sts=2 au FileType html setlocal ts=2 sw=2 sts=2 au FileType xhtml setlocal ts=2 sw=2 sts=2 au FileType ruby setlocal ts=2 sw=2 sts=2 -- cgit v1.2.3