~kiril/vimfiles

bcfceffec891193bea67683bd0759f3015b74906 — Kiril Vladimirov 1 year, 1 month ago 6165424
Install teppey/popdef and map it to <leader>d
2 files changed, 6 insertions(+), 0 deletions(-)

M plugs.vim
M startup/mappings.vim
M plugs.vim => plugs.vim +3 -0
@@ 109,6 109,9 @@ Plug 'mattboehm/vim-unstack'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'

" popdef
Plug 'teppey/popdef'

"" filetypes

" git

M startup/mappings.vim => startup/mappings.vim +3 -0
@@ 114,6 114,9 @@' : '<CR>'
" fugitive
map <leader>g :Git<CR>

" popdef
nnoremap <silent> <Leader>d :PopDef<CR>

if exists('$WAYLAND_DISPLAY')
  if executable('wl-copy')
    xnoremap <leader>y y:call system("wl-copy", @")<cr>