소스 검색

removed underline under current line

Josh Bicking 8 년 전
부모
커밋
3326619c80
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vimrc

+ 2 - 2
vimrc

@@ -24,8 +24,8 @@ set number
 " show command in bottom bar
 set showcmd		
 
-" highlight current line
-set cursorline		
+" don't highlight current line
+set nocursorline		
 
 " load filetype-specific indent files
 filetype indent on