proto-h
proto-h
Try add the `--no-ignore` argument like this: ``` require('telescope').setup { defaults = { -- See ~/.local/share/nvim/lazy/telescope.nvim/lua/telescope/finders/async_job_finder.lua vimgrep_arguments = { "rg", "--color=never", "--no-heading", "--with-filename", "--line-number", "--column", "--smart-case", "--no-ignore", }, }, }...
I had the similar issue, here is like it was solved for me. During `opam init` it suggests to add to your shell script something like this (example for Fish...