From ae0e591163c9e9e5244fe3141a770c98f762ffba Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 2 Feb 2021 10:50:16 -0700 Subject: Add back deoplete options --- plugin/vim-options.vim | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 0c935d1..b9d9006 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -437,3 +437,26 @@ if !empty(glob($EditorDir.'plugged/vim-ripgrep/plugin/vim-ripgrep.vim')) endif endfunction endif + + +"--------------------------------------------------------------------------------------------------------> +" Easymotion Plugin +"--------------------------------------------------------------------------------------------------------> +if !empty(glob($EditorDir.'plugged/vim-easymotion/plugin/EasyMotion.vim')) + hi link EasyMotionTarget ErrorMsg + hi link EasyMotionTarget2First ErrorMsg + hi link EasyMotionTarget2Second ErrorMsg + hi link EasyMotionShade Comment + hi EasyMotionTarget ctermbg=none ctermfg=1 cterm=bold + "let g:EasyMotion_do_shade = 0 + nnoremap \ + map (easymotion-prefix) + map r (easymotion-repeat) + nmap s (easymotion-repeat) + let g:EasyMotion_startofline = 0 " keep cursor colum when JK motion + map / (easymotion-sn) + omap / (easymotion-tn) + map n (easymotion-next) + map N (easymotion-prev) +endif +"--------------------------------------------------------------------------------------------------------> -- cgit v1.2.3