Skip to content

Commit

Permalink
update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
xukun.kpl committed Jul 21, 2020
1 parent e3059e6 commit 571bef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
### I'm using NeoVim now
### [Here](https://github.com/theniceboy/nvim) is my config

4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let mapleader=" "
" ===
" 显示行号
set number
set relativenumber
"set relativenumber
set ruler
"开启高亮光标行
set cursorline
Expand Down Expand Up @@ -187,7 +187,7 @@ inoremap { {}<ESC>i

" Compile function
map te :call CompileRunGcc()<CR>
map md :call CompileRunGcc()<CR>
func! CompileRunGcc()
exec "w"
if &filetype == 'c'
Expand Down

0 comments on commit 571bef4

Please sign in to comment.