Add CoC renaming bind.
This commit is contained in:
3
init.vim
3
init.vim
@@ -90,6 +90,9 @@ nmap <silent> [g <Plug>(coc-diagnostic-prev)
|
||||
nmap <silent> ]g <Plug>(coc-diagnostic-next)
|
||||
nmap <silent> ]f <Plug>(coc-fix-current)
|
||||
|
||||
" Symbol renaming
|
||||
nmap <leader>rn <Plug>(coc-rename)
|
||||
|
||||
" Temporary!!! Remove after CoC update
|
||||
let storage_file = stdpath('data') . '/coc-localstorage'
|
||||
let g:coc_node_args = ['--localstorage-file=' . storage_file]
|
||||
|
||||
Reference in New Issue
Block a user