ivy.nvim/rust
Ade Attwood 3b0d1510e7 fix: include dot files in search results
This adds dot files into the finder. We are adding the overrides to the
`ignore` package, that can be used later to add custom ignore
directories that can be passed in as settings.

We are also adding a new `ivy_cwd` function to libivy to get the current
directory due to the limitations of lua.

Fixes-issue: #16
2022-09-04 13:33:50 +01:00
..
finder.rs fix: include dot files in search results 2022-09-04 13:33:50 +01:00
lib.rs fix: include dot files in search results 2022-09-04 13:33:50 +01:00
matcher.rs Remove multithreading for sorting 2022-08-26 16:29:11 +01:00
sorter.rs Return to using minimum_score 2022-08-26 16:40:12 +01:00