Skip to content

Commit

Permalink
modify vim colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro0522 committed Jun 15, 2018
1 parent b9a2011 commit 647fc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"#####display setting#####
autocmd Colorscheme * highlight FullWidthSpace ctermbg=red "emphasize full-width space
autocmd VimEnter * match FullWidthSpace / / "emphasize full-width space
colorscheme darkblue "change colorscheme
colorscheme ron "change colorscheme
syntax enable "add color for syntax
set number "show line numbers
hi LineNr term=NONE cterm=NONE ctermfg=gray ctermbg=NONE "set the color of line number
Expand All @@ -27,7 +27,7 @@ hi DiffText ctermbg=4
"#####search setting#####
set ignorecase "search regardless of upper or lower case
set hlsearch "highlight search word
set wrapscan "return back from the end of search to the top
set wrapscan "return back from the end of search to the top

"#####omni completion#####
set omnifunc=syntaxcomplete#Complete
Expand Down

0 comments on commit 647fc31

Please sign in to comment.