matsui54 / ddu-source-file_external

File source using external command for ddu.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot use `rg --files` as cmd

kyoh86 opened this issue · comments

commented
      sources: [ #{
      \   name: "file_external",
      \   params: #{ cmd: [ "rg", "--flies", "--color", "never" ] },
      \ } ],

it shows no items anywhere.

commented

--flies is invalid.

commented

You should create the minimal config.

commented

sorry, it's my fault