1
0
Fork 0

nvim: ;t for searching tags

This commit is contained in:
Jeremy Kaplan 2020-11-15 13:25:48 -08:00
commit 0a0ebc71ee

View file

@ -138,6 +138,7 @@ map <silent> ;* :call fzf#run({
\ 'sink': function('RgHandler'), \ 'sink': function('RgHandler'),
\ 'options': '--multi', \ 'options': '--multi',
\})<CR> \})<CR>
map <silent> ;t :execute 'Tags '. expand('<cword>')<CR>
command ALEOff :let b:ale_fix_on_save = 0 command ALEOff :let b:ale_fix_on_save = 0
let g:ale_sign_error = '!' let g:ale_sign_error = '!'