Commit Graph

  • 9cd5d37ecf fix: ueberzug image paths when entry.path is absolute bhagwan 2022-04-20 15:09:27 -0700
  • 604e4cf4c8 feat(git): added support for --git-dir, --work-tree (yadm) bhagwan 2022-04-19 22:36:13 -0700
  • 1b200d3bdc internal: expose FzfWin:generate_layout bhagwan 2022-04-18 11:45:07 -0700
  • 1bf2a294c8 lsp_code_actions: use vim.diagnostic to acquire line diagnostics diagnostics: remove LSP client attached test (#388) bhagwan 2022-04-18 10:46:53 -0700
  • fa69ad7b13 lines|blines: added selection/multi-select to quickfix bhagwan 2022-04-18 09:52:08 -0700
  • 0e775b075b blines: expose multi-select in config options bhagwan 2022-04-18 09:25:00 -0700
  • 782abfd69c internal: expose Win object 'self' (#389) bhagwan 2022-04-18 09:14:09 -0700
  • 5060b677e0 feat(lsp): add incoming call handler Arsham Shirvani 2022-04-17 18:39:09 +0100
  • f7f54dd685 fallback to fzf plugin if not installed globally (closes #383) bhagwan 2022-04-13 15:45:52 -0700
  • 58320a2579 live_grep_glob: start showing results as soon as separator is found bhagwan 2022-04-09 08:08:33 -0700
  • 7557d90c05 wrap 'filetype detect' in pcall to prevent TS errors (#377) bhagwan 2022-04-01 21:07:51 -0700
  • 92f063632e bugfix: cwd when using relative path sub-directories (closes #375) bhagwan 2022-04-01 11:35:33 -0700
  • 6fd4459d0c live_grep: save last_query after regex escape bhagwan 2022-03-26 16:23:32 -0700
  • d075f9008a README: updated 'rg_glob_fn' argument return order bhagwan 2022-03-26 15:40:17 -0700
  • f3d0789e33 feat: custom glob parsing function via 'grep.rg_glob_fn' (#373) bhagwan 2022-03-26 15:11:26 -0700
  • 97a63e66bf tags|btags: properly handle all special characters (closes #371) bhagwan 2022-03-24 13:12:43 -0700
  • 1d93315328 btags: added missing 'rg_opts' (closes #372) bhagwan 2022-03-24 11:35:41 -0700
  • c815531334 fix potential execution bug when nvim_win_close raises exception bhagwan 2022-03-21 21:39:17 -0700
  • 6d65097d45 highlights: resolve 256 color names from rtp?/rgb.txt bhagwan 2022-03-21 17:44:49 -0700
  • 835de49506 new provider: highlights bhagwan 2022-03-21 15:53:01 -0700
  • 4edaa792ff grep: opts.search overrides continue_last_search (closes #370) bhagwan 2022-03-21 08:38:51 -0700
  • ab23fb6569 ueberzug image preview: better json encode bhagwan 2022-03-16 17:05:43 -0700
  • 33dae2a6b9 grep|tags: new filter opt, exclude tag headers from grep|live_grep bhagwan 2022-03-16 11:10:53 -0700
  • def8abf586 internal: more tags|grep code consolidation bhagwan 2022-03-15 16:30:56 -0700
  • 9ae5a8c30a internal: reuse grep code in tags|tags_grep bhagwan 2022-03-15 12:15:43 -0700
  • 0219921e41 grep|tags_grep: save typed query as grep string when empty bhagwan 2022-03-15 11:43:01 -0700
  • d55db75d1a suppress exit code 1 error msg, better warning for non-matched tags bhagwan 2022-03-15 10:56:11 -0700
  • 84fa52720c docs: add missing comma to cfg and space cleanup Marco Fonseca 2022-03-14 21:40:40 -0400
  • f86de7aa6b new option 'grep.rg_glob': default to rg glob parsing (closes #365) bhagwan 2022-03-14 16:11:34 -0700
  • d6db28ac80 empty border adjustments for left|right and zero-length strings bhagwan 2022-03-14 13:50:00 -0700
  • fccdaeb075 adjust main window layout for empty top|bottom borders (#364) bhagwan 2022-03-14 13:03:28 -0700
  • d96b57abf3 README update: clarified `viu -b` usage inside a neovim terminal bhagwan 2022-03-13 15:04:30 -0700
  • 326ec9e1d0 use all available screen space when `border='none'` (closes #364) bhagwan 2022-03-13 13:43:35 -0700
  • c8973d5a17 builtin previewer ext map to lowercase, validate ueberzug scaler bhagwan 2022-03-13 12:57:12 -0700
  • 610378e53c new feature: image previews with `ueberzug` bhagwan 2022-03-13 05:26:10 -0700
  • 3f72cad542 new feature: custom shell command previews (e.g. image previews with `viu`) bhagwan 2022-03-12 22:51:59 -0800
  • bca2107b63 disable 'ctrl-g' for l|grep_curbuf, hide filename in 'blines' bhagwan 2022-03-11 18:18:07 -0800
  • ac4fa2a302 do not ignore cursor highlight on first column bhagwan 2022-03-11 17:22:21 -0800
  • 0cf9468bcb bugfix: accidentally broke sending 'opts' as function bhagwan 2022-03-11 12:31:11 -0800
  • f0ef0d003b match 'winopts.split' window options with nvim_open_win style:minimal bhagwan 2022-03-10 14:41:54 -0800
  • e063f08399 force 'redraw' when reusing an existing fzf-lua window bhagwan 2022-03-10 13:02:04 -0800
  • f996eb249f adjust available preview width based on 'signcolumn' when using 'split' bhagwan 2022-03-10 12:24:32 -0800
  • b055007f56 git_icons: replace double ?? with a single ? bhagwan 2022-03-10 10:41:24 -0800
  • dd9db4cab9 tags default previewer, wrap tag search in a pcall (#361) bhagwan 2022-03-10 09:48:33 -0800
  • f1af3d7690 actions.grep_lgrep: changed default bind to <C-g> bhagwan 2022-03-10 00:01:13 -0800
  • 3f3310064f actions.grep_lgrep: changed default bind to <C-l> bhagwan 2022-03-09 16:23:29 -0800
  • 051c4f68f9 entry maker: render git indicators before file icons bhagwan 2022-03-09 15:51:07 -0800
  • 06c5ccaebb Correct vim-plug install instructions Callum Macrae 2022-03-08 12:51:11 +0000
  • 36f84404fa tags_grep: respect 'tags.rg|grep_opts' bhagwan 2022-03-08 22:54:56 -0800
  • 27f58c51c2 new feautre: <c-i> to toggle between 'grep|live_grep' bhagwan 2022-03-08 22:29:42 -0800
  • e2c6f8cbf9 bugfix: 'lgrep_curbuf,' 'tags_live_grep' on fish shell (closes #357) bhagwan 2022-03-08 10:53:48 -0800
  • f915ba0e9a respect 'winotps_fn' layout overrides in native previewers (#356) bhagwan 2022-03-07 21:43:40 -0800
  • fcaa3d5b24 tags: auto-detect line numbers in tags file bhagwan 2022-03-06 13:44:59 -0800
  • ca4dc395d8 removed deprecated providers, 'resume' to accept options bhagwan 2022-03-06 12:15:51 -0800
  • 962f89bf8e README update: tags commands moved to dedicated section bhagwan 2022-03-06 00:59:11 -0800
  • dcebd33a88 tags: added grep_cword|CWORD|visual bhagwan 2022-03-06 00:50:42 -0800
  • 23267bfb8e tags_live_grep: added support 'multiprocess=false' bhagwan 2022-03-06 00:05:08 -0800
  • ad4e168e99 buitin previewer: do not preview file size>10MB (configurable) bhagwan 2022-03-05 23:05:41 -0800
  • 9094065d79 new provider: tags_live_grep bhagwan 2022-03-05 22:07:36 -0800
  • af6d6c3785 new provider: tags_grep bhagwan 2022-03-04 12:38:46 -0800
  • 00855a7b83 removed tag preview debug print bhagwan 2022-03-04 10:30:21 -0800
  • b98bb2618c tags|btags bugfix: preview/action when tag name contains / or <Tab> bhagwan 2022-03-04 09:45:24 -0800
  • 1c30a354d2 tags|btags: accomodate 'ctags_file' outside of cwd bhagwan 2022-03-03 23:20:01 -0800
  • fc77943cdf bat previewer optimization for ctags with no line numbers (#355) bhagwan 2022-03-03 22:48:06 -0800
  • bcbd20b690 added missing '_ctag' actions modifier bhagwan 2022-03-03 21:12:09 -0800
  • daf4f63819 better ctag parsing to accomodate for line numbers (#355) bhagwan 2022-03-03 20:56:44 -0800
  • 95b82e7973 tags|btags rework, multiprocess performance enhancement (#355) bhagwan 2022-03-03 19:16:12 -0800
  • eb9f33b345 added `cwd` header display to LSP providers bhagwan 2022-03-02 10:02:53 -0800
  • 5f1506fc0c apply cwd to path when parsing LSP URIs (#341) bhagwan 2022-03-02 09:55:04 -0800
  • 59de53fbbe lsp_code_actions: 'deepcopy' fallback, 'ui_select' control opt (#353) bhagwan 2022-03-01 15:51:43 -0800
  • 1d19980551 added exec command examples in 'minimal_init.lua' bhagwan 2022-02-24 08:36:39 -0800
  • 24167e2b26 updated 'minimal_init.lua', instructions in ISSUE_TEMPLATE bhagwan 2022-02-23 18:03:30 -0800
  • ab19fda7da LSP: misc fixes for neovim nightly bhagwan 2022-02-23 11:03:10 -0800
  • 22fd2a74a1 accidentally broken preview starting with 'hidden' (closes #351) bhagwan 2022-02-23 08:40:41 -0800
  • 3fa3eb0ffe help_tags: fix preview toggle, man_pages: fix extra buffer bhagwan 2022-02-22 16:33:32 -0800
  • 0fa4f3d7d7 minimize preview buffer flicker between reloads (#298) bhagwan 2022-02-22 15:54:47 -0800
  • f3857a98a7 added an option to override fzf-lua's NBSP char (closes #347) bhagwan 2022-02-16 11:57:01 -0800
  • 3ffda9050b added github ISSUE_TEMPLATE bhagwan 2022-02-14 12:47:40 -0800
  • fd9d93a770 vim.ui.select: fallback when opts have no 'format_item' (closes #346) bhagwan 2022-02-14 11:39:24 -0800
  • 22d7f4b6c5 args refactor and resume support bhagwan 2022-02-12 11:54:19 -0800
  • 6e1ceb6a63 asyncify oldfiles, more performance enahncements (closes #343) bhagwan 2022-02-12 11:15:50 -0800
  • 726b4de499 restored oldfiles 'stat_file' default (closes #344) bhagwan 2022-02-12 08:51:39 -0800
  • 5b7fb9fb50 fzf delimiter adjustments for fish shell bhagwan 2022-02-12 00:47:30 -0800
  • c86716f0b6 README update: oldfiles 'stat_file' and 'include_current_session' bhagwan 2022-02-12 00:00:57 -0800
  • 8591f3c846 oldfiles performance enhancements (#343) bhagwan 2022-02-11 23:51:54 -0800
  • 4fd1af7b47 fixed tabs|lines|blines with 'bat_native' when using skim bhagwan 2022-02-11 23:22:18 -0800
  • 738d6ba547 fixed delimiter for blines bhagwan 2022-02-11 23:12:43 -0800
  • 9a0f625804 normaize fzf FIELD INDEX EXPRESSION, see below: - refactor fzf field index experssion and line field number options - enable native fzf previewers (bat/cat/head) for all file/buffer providers - buffers|lines|blines|tabs now respect default previewer bhagwan 2022-02-11 23:02:53 -0800
  • 027068511a bugfix: delimiter for 'dap_breakpoints' bhagwan 2022-02-11 18:45:27 -0800
  • ef48f9fc24 README update: added link to 'nvim-dap' bhagwan 2022-02-11 17:30:25 -0800
  • 930cc5f487 added support for nvim-dap (#101) bhagwan 2022-02-11 17:08:34 -0800
  • da2a04d052 LSP uri jumps to correct column (locations cols|lines are 0-based) bhagwan 2022-02-10 23:05:23 -0800
  • 6d3b884f73 added help strings for {buf|file}_switch_or_edit bhagwan 2022-02-10 21:37:03 -0800
  • 2a2c8502a4 refactor native fzf previewer params bhagwan 2022-02-10 13:26:58 -0800
  • 76c7b6d960 removed unnecessary TAB as fzf delimiter bhagwan 2022-02-10 11:52:03 -0800
  • dc23282b96 grep: better regex handling of . and % bhagwan 2022-02-10 09:48:34 -0800
  • 11bf4e86a7 LSP entry delimiter TAB->SPACE, added 'trim_entry' opt (closes #342) bhagwan 2022-02-10 08:00:28 -0800
  • aa9194f98d more special character optimizations for fish, skim bhagwan 2022-02-09 22:52:52 -0800
  • fdd3874367 internal: debug_cmd option to supress mulitprocess cmd debug print bhagwan 2022-02-09 19:53:47 -0800
  • b033e406ca grep|live_grep: fish shell special chars fixes (closes #340) bhagwan 2022-02-09 19:41:19 -0800