소스 검색

remove shade

Chris 4 년 전
부모
커밋
6caac1b75f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plug-config/easymotion.vim

+ 1 - 0
plug-config/easymotion.vim

@@ -2,6 +2,7 @@
 " " Turn on case-insensitive feature
 let g:EasyMotion_smartcase = 1
 let g:EasyMotion_verbose = 0
+let g:EasyMotion_do_shade = 0
 
 " " JK motions: Line motions
 " map <Leader>j <Plug>(easymotion-j)