ivy.nvim/lua/ivy
Ade Attwood d60ba5085a 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:29:47 +01:00
..
controller.lua feat: make the completion candidates type more consistent 2022-09-02 21:03:56 +01:00
libivy.lua fix: include dot files in search results 2022-09-04 13:29:47 +01:00
libivy_test.lua fix: include dot files in search results 2022-09-04 13:29:47 +01:00
matcher_test.lua feat: move to fts fuzzy match with some modifications 2022-08-25 20:14:12 +01:00
prompt.lua feat: implement emacs bindings for the prompt like bash 2022-07-24 12:50:30 +01:00
prompt_test.lua test: add test for ivy.prompt 2022-08-06 14:21:36 +01:00
utils.lua feat: implement IvyLines to search the lines in the current buffer 2022-07-23 20:30:14 +01:00
window.lua fix: displaying the incorrect number of items in completions 2022-09-02 21:33:19 +01:00