Dan Falk

Results 36 comments of Dan Falk

`extra_rg_args` is available on the `0.3.x` branch now. Thanks for the contribution here.

Yeah I think this was an oversight in choosing a default keybind, but what was worse is you couldn't provide overriding mappings. I've fixed that in `main` and `0.2.x`. After...

One way it might happen is if those files have gotten in your history. The files come from 2 sources: the history and the filesystem via recursive scan. If they're...

oh, I think it might be your `ignore_patterns` config. There are a lot of [default ignore patterns](https://github.com/danielfalk/smart-open.nvim/blob/main/lua/telescope/_extensions/smart_open/default_config.lua#L5), which should prevent extraneous entries like this. If you're overriding this setting, then...

> As a workaround, you can generate the type declaration with just `tsc` in an additional command in your `package.json`. > > Eg: > > ``` > "scripts": { >...

I don't have a windows machine to support windows. I'd take a PR.

This should be fixed on the `0.3.x` branch, which should work its way to main eventually.

I was just testing this out, and it appears to remove the "Directory" highlighting. I take it your colorscheme has a color defined for SmartOpenDirectory, so it looks fine for...

I figured it out. I happen to have a script that set a colorscheme, and it runs after this plugin is initialized. I believe the solution is to create an...