Jelajahi Sumber

removed underline under current line

Josh Bicking 9 tahun lalu
induk
melakukan
3326619c80
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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