163 Commits (main)

Author SHA1 Message Date
bhagwan cc74396e8f added 'args' provider 3 years ago
bhagwan 67163f4c5f better handling of 'cwd' in 'live_rg' (should solve issue #166) 3 years ago
bhagwan 9454bcbad9 temp disable of binary preview test, match preview delay with fzf native 3 years ago
bhagwan 29ae04d73f added 60ms delay before builtin preview (issue #164)
delay can be controlled (or disabled) by setting
'previewers.builtin.delay'
3 years ago
bhagwan dca31060e2 added keybinds to rotate builtin preview clockwise/counter-clockwise 3 years ago
bhagwan 64ceffcd0a default action for files changed to 'file_edit_or_qf', read below:
- normalized action callback 'selected' table, before this change
  selected items table were passed through transparently from nvim-fzf
  meaning the first item in the table could either be a selected item
  or the name of the keybind pressed (when multiple actions were
  present), this changes makes sure 'selected' table contains only
  valid items (removes the keybind if necessary)
  If you've developed a custom action callback please modify it to
  start enumerating the items at 'selected[1]' (and not selected[2])
- fixed minor issue with 'fzf_colors' on default colorschemes
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 7243918bdd Default border color set to 'Normal', minor 'git_diff' fix 3 years ago
bhagwan a11f5eb9d4 rework fzf flags, close issue #149 3 years ago
bhagwan b30ce12b77 'tabs' improvements 3 years ago
bhagwan c4a829e83e added 'buffers' 3 years ago
bhagwan f3f373beaf better cwd param handling for files|files_resume 3 years ago
bhagwan dffe7ff56b git_icons and git_status improvements 3 years ago
Bogdan Grigoruță 3c486b17aa core: Change fzf_binds configuration style
This allows the users to configure fzf_binds in a way that is
similar to other key mappings defined in config.lua.
3 years ago
bhagwan 329863d754 added marks builtin previewer 3 years ago
bhagwan 0feeb0fdbb more improvements to previewer interface for future extensions 3 years ago
bhagwan 926e691ab7 default fzf binds for ctrl-d|u, ctrl-a|q combo changed to alt-a|q 3 years ago
bhagwan df3804ed55 builtin previewer rework, added previewers for help_tags, man_pages 3 years ago
bhagwan 01e79fd8c9 git_branches remove --reflog, minor previewer interfaces changes 3 years ago
bhagwan eaf465f9e9 grep, live_grep cwd relative path display 3 years ago
Bogdan Grigoruță f9415a00fe core: Add support for the fzf --color option 3 years ago
bhagwan 2de83f800e added icons to lines|blines 3 years ago
John Drouhard 02ad885d30 File icons: use colors from nvim-web-devicons if available
This improves the colors for file icons if nvim-web-devicons is
available. If it is, fzf-lua now uses those colors for the icons.

This should also improve the performance of make_entry_file by
optimizing string creation and when various regexes are matched.
3 years ago
bhagwan fa70aa52f8 added 'lines' (closes issue #97) 3 years ago
bhagwan 137b246845 file_icon_padding, replace spaces with unicode invisible char 3 years ago
Edwar Martinez 0f713785a0 Add file_icon_padding option 3 years ago
bhagwan 7a144f81da bugfix: [No Name] buffer, minor live_grep modifications 3 years ago
bhagwan 78895876c2 standardize 'fzf_bin', live_grep options optimizations 3 years ago
bhagwan 8feda7fb9c added preview scrolling for terminal buffers 3 years ago
bhagwan 3527c8e532 added '--perl-regexp' to grep options (closest match to rg regex engine) 3 years ago
bhagwan 2ae75cba96 column support for search matching, default colors for extensions 3 years ago
jpe f3471b411f Fix loss of git records after checking out older commits 3 years ago
bhagwan 789e0bf310 added 'filetypes' provider 3 years ago
bhagwan 7b9fe4495e 'git_xxx' now supports 'cwd' option (closes issue #82) 3 years ago
bhagwan 6aff90f99b improved actions for command_history|search_history (closes issue #75) 3 years ago
bhagwan 9fb6a3059f added 'blines' provider (closes issue #77) 3 years ago
bhagwan ac99206c13 added 'packadd' provider (closes issue #64) 3 years ago
bhagwan 757d6392f0 added builtin previewer options for syntax bytes/lines limits 3 years ago
jpe 0b97ac673b Add actions to checkout and inspect previous git commits 3 years ago
bhagwan e89018baf9 builtin previewer: misc config options added 3 years ago
bhagwan eefed45175 added builtin previewer 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 3c661e552e refactor and add 'cwd_only' option to all file providers 3 years ago
bhagwan b25e5bef33 added async|sync option to LSP functions 3 years ago
Denys Zadorozhnyi d7b4696985
add lsp.workspace_diag_only_cwd option to filter out diagnostics entries from files outside of the current working directory (#36)
* add lsp.workspace_diag_only_cwd option to filter

out diagnostics entries from files outside of the current
working directory;

* switch to cwd_only option;

* restore original filtering in buffer_diag loop;
3 years ago
bhagwan fd390cdcea added git_status 3 years ago
bhagwan 1257eadb7c added git commits,bcommits,branches 3 years ago
bhagwan 0d05954397 previewers migrated to new async_action 3 years ago
bhagwan ec2e870614 refactor previewers 3 years ago
bhagwan ea38de4d7c options refactor, slightly better startup time 3 years ago
bhagwan c76d6d9b36 nvim-web-devicons lazy load bugfix 3 years ago
bhagwan 976ee88400 added initial skim (rust fzf) support 3 years ago
bhagwan eb9dec7dcd added provider for builtin methods 3 years ago
bhagwan 0e472a9ee3 do not reset vim.env.FZF_DEFAULT_OPTS 3 years ago
bhagwan 49c1e2f1ea added full LSP support 3 years ago
bhagwan 495c133254 nbsp revert, lsp_references added 3 years ago
bhagwan 1de8269b56 fixed conflciting ctrl-u fzf bind 3 years ago
bhagwan 2ef5697cb0 winopts_raw slight modification 3 years ago
bhagwan 1cb4ae1b0e added winopts_raw option for advanced window customiztaion 3 years ago
bhagwan c925eb89a0 added preview_opts, fixed win_border opt, fixed crash when no devicons are installed 3 years ago
ibhagwan 36d850b29b Initial commit 3 years ago