52 Commits (956a092e558b9b5386fc81593ca78fa387e1fbd7)

Author SHA1 Message Date
bhagwan 956a092e55 internal: removed unnecessary 'require' 3 years ago
bhagwan b462ba2cc6 added 'grep_project' command (shortcut to 'grep' with empty query) 3 years ago
bhagwan e02451600a 'live_grep' freezes on large text files (#211) 3 years ago
bhagwan cb526dbb0c remove 'manually loaded' comment (closes #212) 3 years ago
bhagwan 9065fdf1bb Manually source 'FzfLua' VimL in latest nightly 3 years ago
bhagwan c9979a4bb4 workaround for 'g:nvim_fzf_directory' not set with latest nightly 3 years ago
bhagwan 120a097205 internal: export 'config' module 3 years ago
bhagwan 5a2ec75b9d internal: export win module 3 years ago
bhagwan 05d30e8fb5 internal/API: export modules on init 3 years ago
bhagwan 544d5eabc8 new preview scrollbar option and highlights, win|preview options rework 3 years ago
bhagwan b9c03225a7 added 'live_grep_glob' for dynamic rg filtering with '--glob|iglob' 3 years ago
bhagwan a499bd78a4 added experimental icon support for 'live_grep' (+resume) (issue #168)
Warning: this may cause a performance degradation so you have to
manually enable this by setting `grep.experimental = true` or directly
via `:lua require'fzf-lua'.live_grep({ experimental = true })`
3 years ago
bhagwan cc74396e8f added 'args' provider 3 years ago
bhagwan 7a554bb2b2 added fullscreen option (closes issue #150), minor keymap breaking changes
'fzf_binds' and 'previewers.builtin.keymap' were merged and moved under
'keymap.fzf' and 'keymap.builtin' respectively.
See ':help fzf-lua-customization' how to reconfigure.
3 years ago
bhagwan 70c0337f8e default live_grep changed to native (no resume: issue #154) 3 years ago
bhagwan c4a829e83e added 'buffers' 3 years ago
bhagwan 8871e7485a perf improvement for system commands (issue #126) 3 years ago
bhagwan 1991beb6e8 live_grep defaults to 'continue_last_search', help|man preview mods 3 years ago
bhagwan 57ce1bff55 live_grep resume search is working again 3 years ago
bhagwan 9785cafd9a live_grep default changed to native (no resume) temporarily 3 years ago
bhagwan eaf465f9e9 grep, live_grep cwd relative path display 3 years ago
bhagwan fa70aa52f8 added 'lines' (closes issue #97) 3 years ago
bhagwan 07288898af added 'files_resume' (issue #103) 3 years ago
bhagwan 2617aa1587 added convenience function 'live_grep_resume' 3 years ago
bhagwan 62024ecf9a live_grep saves last search term (closes issue #103) 3 years ago
bhagwan 78895876c2 standardize 'fzf_bin', live_grep options optimizations 3 years ago
bhagwan d8b5981e92 README: added lua keymap exmaple, removed commented `_G.dump`(s) 3 years ago
bhagwan 789e0bf310 added 'filetypes' provider 3 years ago
bhagwan 9fb6a3059f added 'blines' provider (closes issue #77) 3 years ago
bhagwan 34a2997869 bat_native config|theme to be respected 3 years ago
bhagwan ac99206c13 added 'packadd' provider (closes issue #64) 3 years ago
bhagwan eefed45175 added builtin previewer 3 years ago
bhagwan f51135cc3c added `lsp_live_workspace_symbols` 3 years ago
bhagwan ecdc79da2e WIP: added `tags`, `btags` (need to fix previewer line) 3 years ago
bhagwan cea8e27991 added `marks` 3 years ago
bhagwan faad0474d4 added neovim builtin providers
commands, command_history, search_history, keymaps, registers, spell_suggest
3 years ago
bhagwan fd390cdcea added git_status 3 years ago
bhagwan 1257eadb7c added git commits,bcommits,branches 3 years ago
bhagwan ec2e870614 refactor previewers 3 years ago
bhagwan cf583fe211 fix issue #28, added search header for cword/visual grep 3 years ago
bhagwan ea38de4d7c options refactor, slightly better startup time 3 years ago
bhagwan 8813d5a5ea fixed possibility of missed last result in more providers 3 years ago
bhagwan 976ee88400 added initial skim (rust fzf) support 3 years ago
bhagwan 25b53481f4 builtin() accept additional options 3 years ago
bhagwan eb9dec7dcd added provider for builtin methods 3 years ago
bhagwan 49c1e2f1ea added full LSP support 3 years ago
bhagwan 495c133254 nbsp revert, lsp_references added 3 years ago
bhagwan 1cb4ae1b0e added winopts_raw option for advanced window customiztaion 3 years ago
bhagwan e6ad43e030 passthrough win_border to nvim-fzf (to enable custom border characters) 3 years ago
bhagwan 192a386087 added the option to supply extra fzf_args 3 years ago