Skip to content

Commit

Permalink
dont let coc override vim-rails for gf
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Aug 30, 2022
1 parent 148c78b commit a463495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ nmap <silent> [g <Plug>(coc-diagnostic-prev)
nmap <silent> ]g <Plug>(coc-diagnostic-next)
" Remap keys for gotos
nmap <silent> gf <Plug>(coc-definition)
nmap <leader>gf <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
Expand Down

0 comments on commit a463495

Please sign in to comment.