syntax on
set autoindent
set showmatch
set smartindent
set tabstop=4
set shiftwidth=4
set ruler
set backup
set backupdir=~/.vim/backup
set directory=~/.vim/tmp
set cul
hi CursorLine term=none cterm=none ctermbg=3
if has("autocmd")
filetype plugin indent on
endif
set nu
set showcmd
set showmatch
set ignorecase
set smartcase
set incsearch
set hidden
No comments:
Post a Comment