Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 283 Bytes

denite-ctags

ctags source for denite.nvim

Configuration

augroup denite_settings
  autocmd!
  autocmd BufEnter *
        \   if empty(&buftype)
        \|      nnoremap <silent><buffer> <C-]> :<C-u>Denite ctags:`expand('<cword>')`<CR>
        \|  endif
augroup END