Updating options
This commit is contained in:
parent
5f93424bcc
commit
3df51d9b08
@ -9,6 +9,7 @@ set autoread
|
||||
set autowrite
|
||||
set backspace=indent,eol,start
|
||||
set completeopt-=preview
|
||||
set cursorline
|
||||
set encoding=utf-8
|
||||
set expandtab
|
||||
set fileformats=unix,dos,mac
|
||||
@ -30,11 +31,13 @@ set nrformats-=octal
|
||||
set number
|
||||
set relativenumber
|
||||
set scrolloff=5
|
||||
set shiftround
|
||||
set shiftwidth=4
|
||||
set shortmess+=I
|
||||
set smartcase
|
||||
set smartcase
|
||||
set smarttab
|
||||
set t_Co=246
|
||||
set tabstop=4
|
||||
set ttyfast
|
||||
set wildmenu
|
||||
@ -42,7 +45,6 @@ set wrapmargin=1
|
||||
|
||||
if has('gui_running')
|
||||
set columns=150
|
||||
set cursorline
|
||||
set guioptions-=L
|
||||
set guioptions-=R
|
||||
set guioptions-=T
|
||||
|
Loading…
Reference in New Issue
Block a user