diff options
| author | Chris <[email protected]> | 2020-10-28 13:49:17 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-10-28 13:49:17 -0400 | 
| commit | 6caac1b75fd656b3394bf4ee5d41d5fa82ba91a4 (patch) | |
| tree | da4724f8cb5d9ecc26b56279b693788fa0b7a3e8 | |
| parent | 3bb29920e7dea9e43244f7d9fc0306dca6442e40 (diff) | |
remove shade
| -rw-r--r-- | plug-config/easymotion.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plug-config/easymotion.vim b/plug-config/easymotion.vim index 9322e363..dc35ca2a 100644 --- a/plug-config/easymotion.vim +++ b/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) | 
