My gvimrc

July 17th, 2006

In case someone is interested… For the TeX stuff to work, one needs to install vim-latexsuite.

syntax on
set autoindent

set tenc=utf-8
set enc=utf-8

if has("eval")
let g:Tex_AutoFolding=0
let g:Tex_SmartKeyQuote=0
endif

set lines=50
set columns=100

Comments are closed.