unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

sourcing after startup ruins highlighting #17

Closed nhooyr closed 9 years ago

nhooyr commented 9 years ago

sourcing my .nvimrc file again after starting up seems to screw up the highlighting, it just doesn't want to highlight anymore. I have this defined for the plugin:

let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
let g:qs_second_occurrence_highlight_color = 1
let g:qs_first_occurrence_highlight_color = 2

my vim resource mapping

nmap <leader>rr :source ~/.nvimrc<CR>
jonohrt commented 8 years ago

I'm still seeing this same issue in terminal Neovim when sourcing my init.vim file. Highlighting works fine on startup until I source init.vim, then highlighting stops working until I restart Neovim.