Commit Graph

  • c0d533f4d0 man previewer: 'col -b' -> 'col -bx' bhagwan 2021-10-13 14:27:16 -0700
  • 9b5fd877e0 Add pager option and pipe cmd to pager if exists Bartosz Mąka 2021-10-11 20:09:42 +0200
  • 11c369316f internal: moved preview delay under 'winopts.preview.delay' bhagwan 2021-10-11 15:22:13 -0700
  • f322d59653 added customization to man previewer cmd bhagwan 2021-10-11 15:15:19 -0700
  • d8630ff38b
    Merge pull request #183 from megalithic/main ibhagwan 2021-10-11 13:10:01 -0700
  • 1faf5e02e0 fix(): update default preview config to `'border'` from `'float'`. Seth Messer 2021-10-11 15:00:06 -0500
  • 3d1b8d0c06 better 'man_pages' preview (no hacky win, issue #175) bhagwan 2021-10-11 11:17:57 -0700
  • 4b9b719491 added 'noautocmd' to 'help_tags' to prevent oddities (issue #175) bhagwan 2021-10-11 06:21:52 -0700
  • 96d772fe84 adjust max_height according to vim.o.cmdheight (issue #180) bhagwan 2021-10-11 05:14:32 -0700
  • 544d5eabc8 new preview scrollbar option and highlights, win|preview options rework bhagwan 2021-10-11 01:23:00 -0700
  • e9c70a8d9f bugfix: code action not applied properly (closes issue #179) bhagwan 2021-10-10 11:41:02 -0700
  • 7025700c66 properly detect LSP client after LSP restart (closes issue #174) bhagwan 2021-10-09 12:50:57 -0700
  • 2c04f7495f default map 'ctrl-z' to 'abort' (closes issue #172) bhagwan 2021-10-07 08:35:00 -0700
  • 913c3c650d better error handling of fzf exit status (nvim-fzf PR #36) bhagwan 2021-10-06 15:45:55 -0700
  • 76b6a994b8 reverted syntax highlighting location (after file read) bhagwan 2021-10-06 15:09:30 -0700
  • 846497bb92 fixed possible race condition on preview close bhagwan 2021-10-06 14:15:21 -0700
  • 1bfd897efb restored 'window_on_create' to documentation bhagwan 2021-10-06 12:52:38 -0700
  • b9c03225a7 added 'live_grep_glob' for dynamic rg filtering with '--glob|iglob' bhagwan 2021-10-06 09:48:40 -0700
  • 3b24fe4f39 added cmd_fn option for 'grep' providers (to enable '--iglob' support) bhagwan 2021-10-06 02:24:58 -0700
  • 56885088e9 fix preview win highlights in 'buffers' (issue #169) bhagwan 2021-10-06 01:19:42 -0700
  • 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 })` bhagwan 2021-10-05 21:54:55 -0700
  • 3f4d57bec6 removed '--reflog' from commit|bcommit commands bhagwan 2021-10-05 10:48:52 -0700
  • 275a351c98 added 'args.files_only' to README bhagwan 2021-10-05 08:55:46 -0700
  • cc74396e8f added 'args' provider bhagwan 2021-10-05 08:43:28 -0700
  • 67163f4c5f better handling of 'cwd' in 'live_rg' (should solve issue #166) bhagwan 2021-10-04 20:35:32 -0700
  • 510aca8658 restored preview binary test using perl '-B' bhagwan 2021-10-04 14:31:42 -0700
  • 9454bcbad9 temp disable of binary preview test, match preview delay with fzf native bhagwan 2021-10-04 13:50:32 -0700
  • 29ae04d73f added 60ms delay before builtin preview (issue #164) delay can be controlled (or disabled) by setting 'previewers.builtin.delay' bhagwan 2021-10-04 12:50:00 -0700
  • 5bdb213558 enable syntax highlighting before file read (closes issue #162) bhagwan 2021-10-04 12:07:48 -0700
  • dca31060e2 added keybinds to rotate builtin preview clockwise/counter-clockwise bhagwan 2021-10-04 11:32:14 -0700
  • 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 bhagwan 2021-10-04 10:36:46 -0700
  • e7d9e5a0a8 closes issue #160 bhagwan 2021-10-03 18:00:14 -0700
  • 0663deb841 removed screenshots, added screencast demo bhagwan 2021-10-03 17:19:21 -0700
  • 28f3bcac27 disable preview for binary files (closes issue #157) bhagwan 2021-10-02 23:42:54 -0700
  • 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. bhagwan 2021-10-02 22:42:02 -0700
  • 9a24d8e466 lines with 'set nohidden' to show unloaded buffers (closes issue #159) bhagwan 2021-10-02 15:25:47 -0700
  • 7243918bdd Default border color set to 'Normal', minor 'git_diff' fix bhagwan 2021-10-02 14:09:53 -0700
  • fdae33b047 live_grep_resume performance (closes issue #154) bhagwan 2021-09-26 22:40:16 -0700
  • 70c0337f8e default live_grep changed to native (no resume: issue #154) bhagwan 2021-09-26 12:00:34 -0700
  • 940415f836 tabs fixed, added descriptive error message for bad fzf flags bhagwan 2021-09-22 11:51:47 -0700
  • 4e196386e9 ignore colors unless specified bhagwan 2021-09-21 17:44:16 -0700
  • 59d8f6eed5 add cursor location to jumplist (closes issue #147) bhagwan 2021-09-21 17:09:49 -0700
  • a11f5eb9d4 rework fzf flags, close issue #149 bhagwan 2021-09-21 16:16:29 -0700
  • 1a2e198f1b added 'search' option for lines|blines (closes issue #146) bhagwan 2021-09-20 19:59:03 -0700
  • 47f0671679 win autoclose option rework (should close issue #144) bhagwan 2021-09-20 14:49:11 -0700
  • 892990262d README update, doc helpfile added bhagwan 2021-09-19 19:04:55 -0700
  • dc49182ea6 clear previous previewer on win reuse bhagwan 2021-09-19 02:08:23 -0700
  • dcc8eaf295 added option to update the fzf command in window (issue #144) bhagwan 2021-09-19 00:34:06 -0700
  • 5ba790c392 blines working again bhagwan 2021-09-18 21:58:28 -0700
  • 7e946aa515 get the corrent lnum for multiple tabbed buffers bhagwan 2021-09-18 21:27:36 -0700
  • b30ce12b77 'tabs' improvements bhagwan 2021-09-18 13:15:47 -0700
  • c4a829e83e added 'buffers' bhagwan 2021-09-17 20:00:16 -0700
  • f3f373beaf better cwd param handling for files|files_resume bhagwan 2021-09-17 01:44:51 -0700
  • 2dd5046455 prevent (and alert on) multiple instances of fzf-lua bhagwan 2021-09-16 08:57:19 -0700
  • 2cd88dc855 terminal buffer preview workaround (hopefully closes issue #138) bhagwan 2021-09-16 01:24:50 -0700
  • 38334ff1ef live_lsp_workspace_symbols fix for C-lang (closes issue #137) bhagwan 2021-09-15 18:01:34 -0700
  • 6708e58caf minor internal function rename bhagwan 2021-09-13 20:55:31 -0700
  • c876f8315a lsp_live_workspace_symbols rework, better API for live commands bhagwan 2021-09-13 19:25:38 -0700
  • f4e531b08a previow layout fixed with neovim nightly (closes issue #132) bhagwan 2021-09-13 14:05:59 -0700
  • 7acb6826c1 ability to disable previewer for lines|blines bhagwan 2021-09-12 03:36:30 -0700
  • 7c74fd8d80 marks invalid clipboard data fix bhagwan 2021-09-12 01:51:55 -0700
  • 8871e7485a perf improvement for system commands (issue #126) bhagwan 2021-09-11 23:28:07 -0700
  • dffe7ff56b git_icons and git_status improvements bhagwan 2021-09-11 21:26:04 -0700
  • 1e375cdb21 closes issue #129 bhagwan 2021-09-11 10:03:26 -0700
  • eb7973f926 yet another fix for preview scrollchar bhagwan 2021-09-10 19:49:41 -0700
  • 983466c421 minor fix for scrollchar customization bhagwan 2021-09-10 18:52:14 -0700
  • 2bc6c1b079 borderchars can now handle highlights (closes issue #129) bhagwan 2021-09-10 18:21:31 -0700
  • 4955e3e899 Merge pull request #127 from krady21/fzf-binds-change bhagwan 2021-09-10 12:51:11 -0700
  • 0ec62035a7 fzf_binds backward compatibility bhagwan 2021-09-10 12:45:15 -0700
  • 3c486b17aa core: Change fzf_binds configuration style Bogdan Grigoruță 2021-09-10 14:53:43 +0300
  • 329863d754 added marks builtin previewer bhagwan 2021-09-09 18:26:34 -0700
  • 0feeb0fdbb more improvements to previewer interface for future extensions bhagwan 2021-09-09 15:27:38 -0700
  • 1d3f8124bb live_grep remove search term from header bhagwan 2021-09-09 12:41:33 -0700
  • 926e691ab7 default fzf binds for ctrl-d|u, ctrl-a|q combo changed to alt-a|q bhagwan 2021-09-09 11:56:19 -0700
  • c7f0200013
    Merge pull request #125 from camilledejoye/improvement/lsp-provider-use-actions ibhagwan 2021-09-09 10:56:04 -0700
  • 1991beb6e8 live_grep defaults to 'continue_last_search', help|man preview mods bhagwan 2021-09-09 10:28:19 -0700
  • d500f86773 improvement: lsp provider uses actions Camille Dejoye 2021-09-09 17:07:37 +0200
  • df3804ed55 builtin previewer rework, added previewers for help_tags, man_pages bhagwan 2021-09-09 00:08:35 -0700
  • 81ed9c4d6b git_branches: better remote branches detection bhagwan 2021-09-08 17:08:39 -0700
  • 5de5638d37 closes issue #122 bhagwan 2021-09-08 15:50:16 -0700
  • 01e79fd8c9 git_branches remove --reflog, minor previewer interfaces changes bhagwan 2021-09-08 14:54:27 -0700
  • 2016be182a closes issue #119 bhagwan 2021-09-08 09:09:04 -0700
  • 71e105e081
    Merge pull request #117 from jdrouhard/performance_improvements ibhagwan 2021-09-08 00:32:38 -0700
  • 57ce1bff55 live_grep resume search is working again bhagwan 2021-09-07 23:20:54 -0700
  • 0d24020629 live_grep escape hyphen, minor modification for 'sk' bhagwan 2021-09-07 21:31:36 -0700
  • 9785cafd9a live_grep default changed to native (no resume) temporarily bhagwan 2021-09-07 21:11:03 -0700
  • a846889c7e More performance improvements for hot-path functions tail() and extension(); improve get_devicon() to be case-insensitive for extension John Drouhard 2021-09-07 18:26:28 -0500
  • eb19fb51ac added cwd to search headers, added headers to live_grep bhagwan 2021-09-07 17:37:08 -0700
  • eaf465f9e9 grep, live_grep cwd relative path display bhagwan 2021-09-07 16:59:13 -0700
  • 6fc53bc42e fzf_colors added to README bhagwan 2021-09-07 10:47:02 -0700
  • f9415a00fe core: Add support for the fzf --color option Bogdan Grigoruță 2021-08-30 21:07:11 +0300
  • 28f0adcfa3 grep: enable empty string search bhagwan 2021-09-07 01:51:51 -0700
  • 2afab38370 sk live_grep single quote search fix bhagwan 2021-09-07 01:22:08 -0700
  • 67b727bd8e better grep,live_grep search query continuation bhagwan 2021-09-06 18:56:17 -0700
  • 34eedd8c3e git_branches cmd README fix (closes issue #111) bhagwan 2021-09-06 15:46:46 -0700
  • befdb5db85 files_resume flicker fix (within issue #103) bhagwan 2021-09-06 14:45:04 -0700
  • 2de83f800e added icons to lines|blines bhagwan 2021-09-06 14:18:55 -0700
  • d04dc95a94 Slight cleanup in make_entry_file(); make buffer list pass correct filename to get_devicon() John Drouhard 2021-09-06 15:20:33 -0500
  • c78712c407 Improve performance of path.tail() and path.extension() by not matching with end-anchor $ John Drouhard 2021-09-06 14:40:21 -0500
  • 02ad885d30 File icons: use colors from nvim-web-devicons if available John Drouhard 2021-09-05 14:53:09 -0500