Commit Graph

  • fa70aa52f8 added 'lines' (closes issue #97) bhagwan 2021-09-06 13:12:30 -0700
  • ae5fc09069 close preview when 'jump_to_single_result = true', also closes issue #105 bhagwan 2021-09-06 12:49:44 -0700
  • 7fc2c44bd3 compatibility with new LSP handlers (closes issue #109) bhagwan 2021-09-06 12:26:45 -0700
  • 07288898af added 'files_resume' (issue #103) bhagwan 2021-09-05 15:16:49 -0700
  • 137b246845 file_icon_padding, replace spaces with unicode invisible char bhagwan 2021-09-05 12:00:57 -0700
  • e94e2bb286
    Merge pull request #104 from EdwarKenedy/file_icon_padding ibhagwan 2021-09-05 11:55:37 -0700
  • 3a7f36996a
    Merge pull request #107 from hqkhan/iss_106 ibhagwan 2021-09-05 11:51:26 -0700
  • f9d5839649 Git command update: git_branch -> git_branches Hassaan 2021-09-05 14:44:04 -0400
  • ce30520aef closes #102 bhagwan 2021-09-05 10:31:41 -0700
  • 2617aa1587 added convenience function 'live_grep_resume' bhagwan 2021-09-05 03:50:08 -0700
  • 0f713785a0 Add file_icon_padding option Edwar Martinez 2021-09-05 06:11:40 -0400
  • 62024ecf9a live_grep saves last search term (closes issue #103) bhagwan 2021-09-05 03:17:53 -0700
  • cc7828d4d2 lsp prompt lables respected again bhagwan 2021-09-04 20:03:20 -0700
  • 7a144f81da bugfix: [No Name] buffer, minor live_grep modifications bhagwan 2021-09-04 19:40:18 -0700
  • 78895876c2 standardize 'fzf_bin', live_grep options optimizations bhagwan 2021-09-04 15:02:34 -0700
  • 5a66cae8ff live_grep further optimizations for empty string queries (both fzf|sk) bhagwan 2021-09-04 11:30:43 -0700
  • 5fcbace5ba live_grep: do not perform empty string initial query (closes issue #92) bhagwan 2021-09-04 04:28:29 -0700
  • 1837038f8e executed searches|commands will be added to history (closes issue #95) bhagwan 2021-09-04 03:45:14 -0700
  • 8feda7fb9c added preview scrolling for terminal buffers bhagwan 2021-09-04 03:33:06 -0700
  • 6c349939b8 lsp_code_actions should ignore jump_to_single_result (closes issue #93) bhagwan 2021-09-04 00:43:09 -0700
  • 3527c8e532 added '--perl-regexp' to grep options (closest match to rg regex engine) bhagwan 2021-09-03 19:01:18 -0700
  • bdbd662468 better handling of '--ansi' flag, detect extension on filenames with space bhagwan 2021-09-03 18:49:41 -0700
  • 2ae75cba96 column support for search matching, default colors for extensions bhagwan 2021-09-03 17:35:28 -0700
  • b4b56e2465
    Merge pull request #94 from jdrouhard/improve_previewer_winopts ibhagwan 2021-09-03 16:19:59 -0700
  • d34444e860 Builtin previewer: improve mechanism for backing up/restoring winopts John Drouhard 2021-09-03 17:40:17 -0500
  • d8b5981e92 README: added lua keymap exmaple, removed commented `_G.dump`(s) bhagwan 2021-09-03 13:28:50 -0700
  • a0f073950b misc previewer title display improvements, grep 'no_esc' option added bhagwan 2021-09-03 11:31:24 -0700
  • 93ca0a3adf git_status preview now shows deleted and untracked files bhagwan 2021-09-02 16:39:12 -0700
  • 532cea4291
    Merge pull request #90 from jdrouhard/better_git_cwd ibhagwan 2021-09-02 12:11:09 -0700
  • 6668b04b4b Improve git commands so they always run in the git root directory John Drouhard 2021-09-02 10:19:25 -0500
  • be5ba99505 update README jpe 2021-09-02 00:31:51 -0400
  • 656feac931
    Merge pull request #87 from jpe90/main ibhagwan 2021-09-01 21:30:54 -0700
  • f3471b411f Fix loss of git records after checking out older commits jpe 2021-09-02 00:14:33 -0400
  • 68a398bc7c Added LICENSE (AGPL) bhagwan 2021-09-01 19:53:24 -0700
  • 789e0bf310 added 'filetypes' provider bhagwan 2021-09-01 19:39:01 -0700
  • 7b9fe4495e 'git_xxx' now supports 'cwd' option (closes issue #82) bhagwan 2021-09-01 15:37:11 -0700
  • e3e6d2643b 'current_buffer_only' option to LSP providers (closes issue #80) bhagwan 2021-09-01 10:51:04 -0700
  • 6aff90f99b improved actions for command_history|search_history (closes issue #75) bhagwan 2021-08-31 15:25:23 -0700
  • 9fb6a3059f added 'blines' provider (closes issue #77) bhagwan 2021-08-31 15:02:35 -0700
  • 1b1de47c57 even better method for filetype detection, ty @jdrouhard! bhagwan 2021-08-31 12:37:23 -0700
  • 96bbe33406 better filetype detection, closes issue #74 bhagwan 2021-08-31 12:11:51 -0700
  • 571ec3a8ca closes issue #78 bhagwan 2021-08-31 11:21:34 -0700
  • 5472c41f20 bugfix: live_grep with underlying 'grep' bhagwan 2021-08-31 10:00:44 -0700
  • 659bd79718 bugfix: grep_curbuf bhagwan 2021-08-31 09:37:50 -0700
  • fe4cfcece7 added options to override '--ansi' and '--info' (closes issue #76) bhagwan 2021-08-31 08:47:59 -0700
  • 46f186c954 adjust fzf win size when closing preview (issue #73) bhagwan 2021-08-30 17:32:23 -0700
  • fa6c80a8fa
    Merge pull request #72 from fsouza/fix-empty-line-preview ibhagwan 2021-08-30 13:11:31 -0700
  • 9dbaad9f94 Fix empty line in the builtin previewer francisco souza 2021-08-30 15:54:18 -0400
  • 34a2997869 bat_native config|theme to be respected bhagwan 2021-08-30 12:52:26 -0700
  • 2aeb0fc36f should close issue #70 bhagwan 2021-08-30 12:31:15 -0700
  • ba77d4912d bugfix: get_visual_selection with dirty buffers(closes issue #54) bhagwan 2021-08-30 11:03:27 -0700
  • 29844d7299
    Merge pull request #68 from jpe90/main ibhagwan 2021-08-30 10:18:29 -0700
  • bbef641125 fixes issue #67 bhagwan 2021-08-30 10:04:53 -0700
  • 934051de02 Update README to reference new default git actions jpe 2021-08-30 12:53:21 -0400
  • ac99206c13 added 'packadd' provider (closes issue #64) bhagwan 2021-08-30 09:09:49 -0700
  • 757d6392f0 added builtin previewer options for syntax bytes/lines limits bhagwan 2021-08-30 08:35:36 -0700
  • e6c4f31c06 git_buf_edit, set bufhidden:wipe bhagwan 2021-08-30 00:00:42 -0700
  • 0b97ac673b Add actions to checkout and inspect previous git commits jpe 2021-08-28 03:26:34 -0400
  • 37a6f3b999 closes issue #62 bhagwan 2021-08-29 23:49:31 -0700
  • 941064ed5b Set cursorlineopt=both in the builtin previewer francisco souza 2021-08-29 19:09:21 -0400
  • e89018baf9 builtin previewer: misc config options added bhagwan 2021-08-29 22:34:06 -0700
  • 2315413bdd closes issue #59 bhagwan 2021-08-29 09:00:59 -0700
  • a7c093e774 set filetype in a pcall to circumvent error (issue #58) bhagwan 2021-08-29 02:39:58 -0700
  • a2470b81e1 should close issue#58 bhagwan 2021-08-29 02:21:06 -0700
  • eefed45175 added builtin previewer bhagwan 2021-08-27 21:30:28 -0700
  • 233062d7e6 providers/lsp: support for a pre-defined query in workspace_symbols francisco souza 2021-08-24 23:34:54 -0400
  • 82a477420d fix `bcomments` for git version < 2.31 (issue #48) bhagwan 2021-08-18 19:48:28 -0700
  • dee50f72d9 adjust buffers:current colors (issue #47) bhagwan 2021-08-17 16:39:54 -0700
  • c67bf21428 buffers: remove header color, lsp_live_ws_symbols: async WIP bhagwan 2021-08-17 10:56:07 -0700
  • f51135cc3c added `lsp_live_workspace_symbols` bhagwan 2021-08-16 21:03:52 -0700
  • 7322a96b2d tags, btags complete, misc fixes bhagwan 2021-08-16 17:51:20 -0700
  • c938022571 grep: added `filespec` option bhagwan 2021-08-16 15:44:48 -0700
  • 1c25350397 added raw_cmd option to files,grep bhagwan 2021-08-16 14:56:50 -0700
  • ecdc79da2e WIP: added `tags`, `btags` (need to fix previewer line) bhagwan 2021-08-15 23:05:20 -0700
  • cea8e27991 added `marks` bhagwan 2021-08-14 21:50:34 -0700
  • faad0474d4 added neovim builtin providers commands, command_history, search_history, keymaps, registers, spell_suggest bhagwan 2021-08-14 14:39:19 -0700
  • 48ce442b21 bugfix: calling files with find (instead of fd), closes issue #43 bhagwan 2021-08-13 21:02:33 -0700
  • 8da08ec5b3 bugfix: lsp_code_actions with more than one LSP client (issue #42) bhagwan 2021-08-13 09:24:03 -0700
  • 3c661e552e refactor and add 'cwd_only' option to all file providers bhagwan 2021-08-11 15:26:19 -0700
  • b25e5bef33 added async|sync option to LSP functions bhagwan 2021-08-11 12:25:20 -0700
  • d7b4696985
    add lsp.workspace_diag_only_cwd option to filter out diagnostics entries from files outside of the current working directory (#36) Denys Zadorozhnyi 2021-08-11 01:56:34 +0300
  • ef673b20ea
    Merge pull request #38 from jdrouhard/git_performance_improvement ibhagwan 2021-08-10 15:54:36 -0700
  • 57f304b270 Optimize git performance: 1) faster method to determine if in git repo; 2) bypass entirely if git icons disabled John Drouhard 2021-08-10 17:41:45 -0500
  • ccc9d5f6c1 option to open in a split instead of a popup bhagwan 2021-08-10 07:09:40 -0700
  • d1fe6479c1 bugfix: lsp_workspace_symbols filename (issue #34) bhagwan 2021-08-09 09:43:03 -0700
  • fd390cdcea added git_status bhagwan 2021-08-07 14:01:01 -0700
  • 1257eadb7c added git commits,bcommits,branches bhagwan 2021-08-05 19:34:49 -0700
  • 049298e818 added FzfLua command with auto-complete bhagwan 2021-08-05 09:34:27 -0700
  • 0d05954397 previewers migrated to new async_action bhagwan 2021-08-04 15:22:10 -0700
  • 1cafaba2f9 updated README, fix for issue #33 bhagwan 2021-08-04 09:58:59 -0700
  • 652f66d36b bugfix: rg --color prevented git_icons from showing bhagwan 2021-08-03 21:34:58 -0700
  • a91e839cce file providers with custom cwd bugfix bhagwan 2021-08-03 19:37:39 -0700
  • b21f5a6308 previewer fix for fish shell bhagwan 2021-08-03 19:17:42 -0700
  • ec2e870614 refactor previewers bhagwan 2021-08-03 15:43:51 -0700
  • cf583fe211 fix issue #28, added search header for cword/visual grep bhagwan 2021-07-30 11:21:23 -0700
  • 2c9438855c
    Merge pull request #27 from kdheepak/add-open-in-background ibhagwan 2021-07-30 08:15:59 -0700
  • bd71a01711 Add open in background file buffer Dheepak Krishnamurthy 2021-07-30 08:52:07 -0600
  • 9d0be97816 potential fix for issue #23 bhagwan 2021-07-29 08:01:26 -0700
  • 3c5a9f5e31 Updated README config sample bhagwan 2021-07-27 09:18:12 -0700
  • 20016902db
    Merge pull request #25 from zeertzjq/man-section-remove-space ibhagwan 2021-07-27 08:31:38 -0700