Compare commits
2 Commits
648c5320a7
...
28c0e1cc0d
| Author | SHA1 | Date | |
|---|---|---|---|
| 28c0e1cc0d | |||
| f237920714 |
9
init.vim
9
init.vim
@@ -90,6 +90,15 @@ 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)
|
||||
|
||||
" GoTo code navigation
|
||||
nmap <silent><nowait> gd <Plug>(coc-definition)
|
||||
nmap <silent><nowait> gy <Plug>(coc-type-definition)
|
||||
nmap <silent><nowait> gi <Plug>(coc-implementation)
|
||||
nmap <silent><nowait> gr <Plug>(coc-references)
|
||||
|
||||
" 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