Re-organise to use a bare repo
Re-organise to use a bare repo, e.g. https://www.atlassian.com/git/tutorials/dotfiles.
This commit is contained in:
parent
e00d9b2e96
commit
d1da7c6e15
59 changed files with 19 additions and 68 deletions
8
.config/nvim/plugins/coc.vim
Normal file
8
.config/nvim/plugins/coc.vim
Normal file
|
@ -0,0 +1,8 @@
|
|||
nmap <Leader>a <Plug>(coc-codeaction)
|
||||
nmap <Leader>gd <Plug>(coc-definition)
|
||||
nmap <Leader>gr <Plug>(coc-references)
|
||||
nmap <Leader>gi <Plug>(coc-implementation)
|
||||
nmap <Leader>gt <Plug>(coc-type-definition)
|
||||
nmap <Leader>sr <Plug>(coc-rename)
|
||||
nmap <Leader>rf <Plug>(coc-refactor)
|
||||
nnoremap <silent> K :call <SID>show_documentation()<CR>
|
Loading…
Add table
Add a link
Reference in a new issue