Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 477 Bytes

ddc-source-cmdline-history

Command history completion for ddc.vim

This source collects items from histget(). It is useful for command line completion.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddc.vim

https://github.com/Shougo/ddc.vim

Configuration

call ddc#custom#patch_global('sources', ['cmdline-history'])

call ddc#custom#patch_global('sourceOptions', #{
      \   cmdline-history: #{ mark: 'history' },
      \ })