Skip to content

Shougo/ddc-source-cmdline-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' },
      \ })

About

Command history completion for ddc.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published