set nocompatible filetype on filetype indent on filetype plugin on let mapleader = "." syntax enable set foldmethod=syntax set ignorecase set hlsearch set fileencoding=utf-8 set backspace=indent,eol,start set smartcase set winwidth=84 set winheight=5 set winminheight=5 set winheight=999 set softtabstop=4 set shiftwidth=4 set smartindent set noexpandtab set expandtab set number set noswapfile set visualbell set cursorline set background=dark colorscheme zellner