Shougo / ddc-path

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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',

ddc#custom#patch_global('sources', ['ddc-path'])
ddc#custom#patch_global('sourceParams', {
\   'path': { 'mark': 'P', 'cmd': ['fd', '--max-depth', '5'] } "or ['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.


Languages

Language:TypeScript 100.0%