A1Liu / a1liu

Personal Repository
https://a1liu.com
MIT License
5 stars 1 forks source link

Some vim changes #33

Closed albert-bedrock closed 1 year ago

albert-bedrock commented 1 year ago
  " coc#refresh() opens the suggestion menu, and coc#pum#confirm executes the suggestion
  "
  " note that we need to use VimEnter here because otherwise vim-rsi
  " overwrites <C-F> .
  autocmd VimEnter * inoremap <silent><expr> <C-F> coc#pum#visible() ? coc#pum#confirm() : coc#refresh()
  nnoremap <silent> <leader>B <Plug>(coc-implementation)
  noremap <C-F> <Plug>(coc-codeaction-cursor)

Add git blame stuff Add ability to open NERDTree to the open buffer

A1Liu commented 1 year ago

done