set nocompatible
set backspace=indent,eol,start
set history=100
set undolevels=150
if has("syntax")
    syntax on
endif
set laststatus=2
set ruler
set nowrap
set foldmethod=marker
set ttyfast
set lazyredraw
set softtabstop=4
set shiftwidth=4
set tabstop=4
set expandtab
