Skip to content

Commit

Permalink
update vimrc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wangming07 committed Nov 6, 2016
1 parent 59b1fae commit 61c4286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions vim/vimrc/vimrc_1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
```bash

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

" 显示相关
Expand Down Expand Up @@ -580,3 +582,4 @@ let g:miniBufExplMapWindowNavArrows = 1
let g:miniBufExplMapCTabSwitchBufs = 1
let g:miniBufExplModSelTarget = 1
```
4 changes: 2 additions & 2 deletions vim/vimrc/vimrc_3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```bash
[work@st01-img-vip-as56.st01.baidu.com black]$ cat ~/.vimrc
[work@xxx.baidu.com black]$ cat ~/.vimrc
" file: .vimrc
" author: liushaofen01
" author: wangming
" date: 2014-10-21
set nocompatible
Expand Down
2 changes: 2 additions & 0 deletions vim/vimrc/vimrc_4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
``` bash
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 显示相关
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down Expand Up @@ -343,3 +344,4 @@ set cuc " 当前列高亮
autocmd InsertLeave * se nocul " 用浅色高亮当前行
set ruler " 显示标尺
autocmd VimEnter * NERDTree
```

0 comments on commit 61c4286

Please sign in to comment.