update options

This commit is contained in:
Alex Yatskov 2019-01-20 13:09:18 -08:00
parent ff8fda06cf
commit ec607372be

View File

@ -4,11 +4,13 @@ filetype indent plugin on
colorscheme molokai colorscheme molokai
syntax enable syntax enable
set autoindent
set autoread set autoread
set autowrite set autowrite
set background=dark set background=dark
set backspace=indent,eol,start set backspace=indent,eol,start
set completeopt-=preview set complete-=i
set completeopt=longest,menuone
set encoding=utf-8 set encoding=utf-8
set expandtab set expandtab
set fileformats=unix,dos,mac set fileformats=unix,dos,mac
@ -18,6 +20,7 @@ set hlsearch
set ignorecase set ignorecase
set incsearch set incsearch
set laststatus=2 set laststatus=2
set laststatus=2
set linebreak set linebreak
set mousemodel=popup set mousemodel=popup
set nobackup set nobackup
@ -27,14 +30,15 @@ set nowrap
set nowritebackup set nowritebackup
set nrformats-=octal set nrformats-=octal
set number set number
set ruler
set scrolloff=5 set scrolloff=5
set shiftround set shiftround
set shiftwidth=4 set shiftwidth=4
set shortmess+=I set shortmess+=I
set smartcase
set smartcase
set smarttab set smarttab
set tabstop=4 set tabstop=4
set ttimeout
set ttimeoutlen=100
set ttyfast set ttyfast
set wildignore+=*/tmp/* set wildignore+=*/tmp/*
set wildmenu set wildmenu