Skip to content

tani/ddc-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

ddc-path

Path completion for ddc.vim. This source collects path names with GNU find or sharkdp/fd.

'sharkdp/fd' is a simple, fast and user-friendly alternative to 'find'.

To install this source,

Plug 'tani/ddc-path',

call ddc#custom#patch_global('sources', ['path'])
call ddc#custom#patch_global('sourceOptions', {
      \   'path': {'mark': 'P'},
      \ })
call ddc#custom#patch_global('sourceParams', {
      \   'path': {
      \     'cmd': ['fd', '--max-depth', '5'],
      \   }
      \ })
      " or  'cmd': ['find', '-maxdepth', '5'],

Copyright (c) 2021 TANIGUCHI Masaya. All rights reserved.

This work is licensed under the MIT license. git.io/mit-license

About

Path completion for ddc.vim. This source collects path names with GNU find or sharkdp/fd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published