Skip to content

Commit

Permalink
up winrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed Sep 5, 2024
1 parent 01892a6 commit 9b37d52
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .vimrc
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

0 comments on commit 9b37d52

Please sign in to comment.