My System: ubuntu 18.04
Neovim version:NVIM v0.5.0-dev
When I use SSave save the current layout to a startify session, then I open the session on the startify start page, My vim-easymotion seem can not work, but vim-plug show that easymotion have been load.
here is my easymotion config:
map s <Plug>(easymotion-bd-f)
nmap s <Plug>(easymotion-overwin-f)
let g:EasyMotion_keys = 'abcdefghijklmnopqrstuvwx-^&*()+123456ABCDEF/;\=[]GHIJKLMNOPQRST7890UVWXYZyz'
map S <Plug>(easymotion-bd-w)
nmap S <Plug>(easymotion-overwin-w)
map gl <Plug>(easymotion-bd-jk)
nmap gl <Plug>(easymotion-overwin-line)
let g:EasyMotion_smartcase = 1
My System: ubuntu 18.04 Neovim version:NVIM v0.5.0-dev
When I use
SSave
save the current layout to a startify session, then I open the session on the startify start page, My vim-easymotion seem can not work, but vim-plug show that easymotion have been load. here is my easymotion config:here is my startify config: