Closed nemanjan00 closed 5 years ago
Are there any ways to temporarily disable this plugin, for casual browsing and reading code.
Or any recommended ways to do it?
Add this to your vimrc:
nnoremap <leader>h :HardTimeToggle<cr>
Then you can quickly toggle it with \h (or whatever your leader key is instead of \)
\h
\
Thanks a lot! :D
Are there any ways to temporarily disable this plugin, for casual browsing and reading code.
Or any recommended ways to do it?