-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
filetype plugin indent on " required | ||
set number "设置显示行号 | ||
set showcmd "在状态栏显示正在输入的命令 | ||
set background=dark "为深色背景调整配色 | ||
filetype plugin indent on | ||
set number | ||
set showcmd | ||
set background=dark | ||
set tabstop=4 shiftwidth=4 expandtab | ||
set laststatus=2 | ||
set cursorline "十字光標 横向 | ||
"set cursorcolumn "十字光标 纵向 | ||
|
||
syntax on "开启语法高亮 | ||
set cursorline | ||
syntax on | ||
syntax enable | ||
|
||
if has('gui_running') | ||
colorscheme solarized | ||
set guifont=Monaco:h20 | ||
endif | ||
|