Commit Graph

  • b273a358a7 bugfix: NULL buffer creation on LSP actions (closes #341) bhagwan 2022-02-09 12:14:25 -0800
  • 2d4c9433b2 fixed live_grep "command" prompt with 'sk' bhagwan 2022-02-07 23:05:38 -0800
  • 589c7a4ee6 file actions: only move cursor if required (closes #339) bhagwan 2022-02-07 08:49:49 -0800
  • 34281e4d88 buffers|tabs|lines: normalize unnamed buffers (more below): - prioritize 'show_quickfix' over 'show_unlisted' 2 new actions: - buf_switch_or_edit - file_switch_or_edit bhagwan 2022-02-06 21:58:46 -0800
  • 330742a4c0 buffers|tabs|lines: exclude quickfix buffers (closes #337) bhagwan 2022-02-06 14:36:01 -0800
  • e1f13f882e file actions: only parse ctags from tags|btags bhagwan 2022-02-05 14:06:49 -0800
  • 1f75958d33 bugfix: accidentally broke ctag file actions bhagwan 2022-02-05 13:59:30 -0800
  • 98676b67bb tagstack: added tag name to entry bhagwan 2022-02-05 12:37:06 -0800
  • b772c0de9c new provider: tagstack, fixed external win file actions (#336) bhagwan 2022-02-05 12:29:20 -0800
  • a487c6752f force LSP jumps to use 'vim.lsp.util.jump_to_location' (closes #336) bhagwan 2022-02-05 11:29:35 -0800
  • c96ef0c109 registers: properly display special chars bhagwan 2022-02-03 14:04:13 -0800
  • adc622112b README update: clarify default actions inheritance (#333) bhagwan 2022-02-02 11:54:17 -0800
  • 30f4c0cb37 delete neovim temp dir on headless instance (#329) bhagwan 2022-01-31 23:06:43 -0800
  • 2aa5bd3afa added the ability to bulk config files|buffers actions (closes #331) bhagwan 2022-01-31 20:00:20 -0800
  • 3696489667 verify preview buffer wasn't disposed before reading (closes #327) bhagwan 2022-01-31 18:46:42 -0800
  • 3d6b3a1b33 multiprocess: supress multiple errors with deferred exit bhagwan 2022-01-31 18:22:51 -0800
  • 4040e33683 multiprocess: delete neovim temp dir on os.exit (closes #329) bhagwan 2022-01-31 17:40:50 -0800
  • 0f4ca97bb7 tags|btags: vim.fn.expand tags file, set cwd header (closes #322) bhagwan 2022-01-21 09:46:49 -0800
  • 58453ac391 removed unnecessary print in 'jumps' bhagwan 2022-01-20 14:27:37 -0800
  • e532ffa480 added missing 'offset_encoding' to 'vim.lsp.util.jump_to_location' bhagwan 2022-01-20 14:18:47 -0800
  • 59fdcdc3e0 always use 'vim.ui.select' for code actions when neovim > 0.6 bhagwan 2022-01-20 14:12:46 -0800
  • 970a920385 internal: expose vim.ui.select on_choice to opts bhagwan 2022-01-20 13:06:04 -0800
  • f02c320a84 bugfix: vim.ui.select code_actions on multiple files (closes #319) bhagwan 2022-01-20 12:55:21 -0800
  • f504b9b09a internal: send opts with 'code_actions.act' bhagwan 2022-01-20 11:47:54 -0800
  • 20f926ad36 git_status fish shell compatibility (closes #320) bhagwan 2022-01-20 11:06:01 -0800
  • bfd1e3471a Set default prompt for ui_select to match the official doc leiserfg 2022-01-20 11:19:26 +0100
  • f2ebd3b9c3 added 'vim.ui.select' action help string bhagwan 2022-01-19 05:55:51 -0800
  • e4dcd44fb3 git_files: set 'multiprocess=true' as default bhagwan 2022-01-18 19:49:21 -0800
  • e89d5bc009 OSX: use stdout instead of stderr due to rendering issues (#287, #316) bhagwan 2022-01-18 18:39:43 -0800
  • e383be5cff README update: added 'de|register_ui_select' under Neovim API bhagwan 2022-01-18 15:01:26 -0800
  • 8e37ef6e21 added resume support for 'vim.ui.select' bhagwan 2022-01-18 13:38:52 -0800
  • 5b5270684f exit visual mode before 'vim.ui.select' interface bhagwan 2022-01-18 13:07:09 -0800
  • 28757aa248 extra safety check for 'vim.ui.select' on_choice bhagwan 2022-01-18 12:55:18 -0800
  • 7c4c61acb9 properly escape lua special chars in 'path.relative' (closes #315) bhagwan 2022-01-18 12:39:07 -0800
  • f466e20196 added custom options to 'register_ui_select' bhagwan 2022-01-18 12:22:02 -0800
  • 475ffb2673 added provider for 'vim.ui.select' (closes #314) bhagwan 2022-01-18 12:14:04 -0800
  • 7e7f6d8cc3 add offset_encoding to code_action apply_workspace_edit (#314) bhagwan 2022-01-17 09:25:19 -0800
  • 1546c82b67 pass $FZF_PREVIEW_LINES|$FZF_PREVIEW_COLUMNS to git_diff cmd (#313) bhagwan 2022-01-17 08:02:50 -0800
  • 7554520125 exclude unusable function/modules from :FzfLua auto-complete bhagwan 2022-01-16 16:32:51 -0800
  • c096cd1849 grep_project: exclude filename from fuzzy search by default bhagwan 2022-01-16 15:41:31 -0800
  • f9c9ae1768 bugfix: consecutive send-selection-to-quickfix bhagwan 2022-01-16 15:25:43 -0800
  • 243ec9d9f3 chore: remove all LSP warnings bhagwan 2022-01-16 15:08:55 -0800
  • 5f5d7e2ade internal: add vararg to class:new to suppress useless warnings bhagwan 2022-01-16 14:29:58 -0800
  • 3e6a794c8c internal: save prompt fallback in win class bhagwan 2022-01-16 12:43:06 -0800
  • 4f8751db52 LSP prompt renamed to 'prompt_postfix' (closes #308) bhagwan 2022-01-16 10:07:50 -0800
  • 2ab8adadb1 enable custom 'nvim-web-devicons' setup with mulitprocess (closes #311) bhagwan 2022-01-16 09:49:25 -0800
  • 5dc661e4e8 fix devicon size in litty using file_icon_padding Jürgen Steitz 2022-01-16 04:00:41 +0100
  • 95b63ef731 'jump_to_single_result_action' removed extra item in array bhagwan 2022-01-15 21:26:16 -0800
  • 0637c1b686 add offset_encoding to LSP location APIs (closes #306) bhagwan 2022-01-15 21:17:39 -0800
  • 9ac1543b55 F1 keybind help: normalize keybind format, remove duplicate binds bhagwan 2022-01-15 08:01:23 -0800
  • 32b2cdb510 F1 keybind help: fixed formatting in wider terminals bhagwan 2022-01-14 23:54:05 -0800
  • 2d1862d034 added new action 'file_switch' (closes #301) bhagwan 2022-01-14 22:31:25 -0800
  • e3546e8272 new feature: press F1 for keybind help (#294) bhagwan 2022-01-14 21:45:57 -0800
  • 533ca71fe4 add info about "show_cwd_header" option in README.md joe mama 2022-01-11 17:48:56 +0330
  • da2c0fe3df bugfix: 'lines|blines' default action in term buffers bhagwan 2022-01-10 08:00:25 -0800
  • 2122c2cd05 file actions: do not add to jumplist from term buffers bhagwan 2022-01-08 08:32:48 -0800
  • 04c342f799 feature: accept opts argument as function that returns opts table bhagwan 2022-01-04 07:20:18 -0800
  • 1c28cbc904 'lines|blines' nightly fix, cwd header added to 'oldfiles' bhagwan 2022-01-04 06:22:05 -0800
  • 340ad70215 fix 'help_tags' in nightly (error: 'Expected Lua number') bhagwan 2022-01-04 05:49:39 -0800
  • 58e159c36e internal: only replace {argv} when requested by live_grep bhagwan 2022-01-03 19:30:44 -0800
  • 8ad6e92b9f bugfix: live_grep on NixOS, adjust for extra neovim cli args (#291) bhagwan 2022-01-03 16:06:23 -0800
  • 79371f0d9f bugfix: "No diagnostics found" with neovim 0.6.1 (closes #292) bhagwan 2022-01-03 10:33:31 -0800
  • 41b657e823 LSP diagnostics update for deprecations in neovim 0.6.1 bhagwan 2022-01-01 15:40:32 -0800
  • 9a71718c1e escape hyphen in 'vim.fn.expand' (closes issue #285) bhagwan 2021-12-29 09:21:32 -0800
  • 3eb5baa6e9 bugfix: git icon overrides breaks 'git_status' (closes #283) bhagwan 2021-12-28 13:13:03 -0800
  • 782b8599fd README update bhagwan 2021-12-27 16:25:18 -0800
  • f452111888 updated README: fzf minimum requirement 0.24.0 bhagwan 2021-12-27 10:59:23 -0800
  • e40d65c1e1 new option 'show_cwd_header' forces 'cwd' in header line (closes #281) bhagwan 2021-12-26 19:07:01 -0800
  • b35d03f4ee bugfix: sending results with no column to quickfix (closes #280) bhagwan 2021-12-26 18:56:12 -0800
  • 5396fa198f ctags: do not ignore '$' at the end of the pattern (revisit #219) bhagwan 2021-12-23 13:53:06 -0800
  • 2012d97260 README update, vimdoc generated using new treesitter markdown parser bhagwan 2021-12-21 20:52:57 -0800
  • 3717661c83 'resume' rework: better way of storing last query (closes #271) bhagwan 2021-12-21 04:36:35 -0800
  • f0927af072 internal: added 'win.save_query', rename internal selection callback bhagwan 2021-12-20 21:26:31 -0800
  • 21f19cac1a new option 'global_resume_query': split resume from typed query (#271) bhagwan 2021-12-20 18:12:37 -0800
  • ab30844a7a internal: added 'fn_post_fzf' callback bhagwan 2021-12-19 14:50:02 -0800
  • b2aee6f1d3 'git_status' preview rework, stage|unstage with <left>|<right> (#239) bhagwan 2021-12-19 01:32:36 -0800
  • aec049eaa6 disable 'cursorline' on resume bhagwan 2021-12-18 21:45:09 -0800
  • d15b90e8c3 tabs: 'ctrl-x': enable multi-delete and resume bhagwan 2021-12-18 21:22:41 -0800
  • bc3edb68cf resume adjustments for buffers|tabs, 'ctrl-x' bwipe now resumes bhagwan 2021-12-18 20:12:43 -0800
  • e1674cd8f5 README update: 'no_global_resume' option clarfication bhagwan 2021-12-17 22:08:57 -0800
  • a6213f05e1 builtin: default exclude from 'resume' (#267) bhagwan 2021-12-17 21:38:45 -0800
  • 0069dc4a8e resume adjustments for 'live_grep_glob|native' bhagwan 2021-12-17 21:34:49 -0800
  • c5ff7b79cc allow empty 'keymap.fzf' table to disable fzf binds (closes #266) bhagwan 2021-12-17 10:39:07 -0800
  • 338a1ef6a2 README update bhagwan 2021-12-16 22:26:44 -0800
  • db3e71200d added 'changes' as a subset of 'jumps' (#264) bhagwan 2021-12-16 22:03:46 -0800
  • bd57c8c2e8 bugfix: 'preview-page-reset' for tags|btags bhagwan 2021-12-16 21:44:20 -0800
  • 41f8752f49 removed unnecessary debug print in 'goto_jump' bhagwan 2021-12-16 16:52:11 -0800
  • 8338ecd673 do not delete typed query on consequitive 'resume' calls bhagwan 2021-12-16 16:48:05 -0800
  • d10b203408 removed deprecated 'files_resume' from README/help bhagwan 2021-12-16 16:03:00 -0800
  • 1ece1ab09a added 'resume': will resume **any** list, custom or builtin (#241) bhagwan 2021-12-16 15:39:09 -0800
  • 18837e1174 internal: wrap warning message from 'read_file_async' (closes #263) bhagwan 2021-12-16 10:07:32 -0800
  • d874e7705a added 'jumps', closes #264 bhagwan 2021-12-16 09:46:37 -0800
  • b2bcca20c2 better way of getting nvim-web-devicons path (closes #260) bhagwan 2021-12-15 12:35:43 -0800
  • 9421bc225f Do not remap when calling feedkeys (closes #258) Tamir Zahavi-Brunner 2021-12-15 13:04:25 +0200
  • 3147d9b170 grep|live_grep: display informative messages on regex parse errors bhagwan 2021-12-14 21:59:20 -0800
  • 62d279d74b live_grep_resume: defaulted to multiprocess, better DEBUG message bhagwan 2021-12-14 06:20:47 -0800
  • d07c5c8522 restore 'cursorline' after 'nvim_open_win' (closes #254) bhagwan 2021-12-14 04:14:43 -0800
  • 31a678e4de tags, btags: hide line numbers with builtin previewer bhagwan 2021-12-13 16:11:48 -0800
  • 37ea63c26b grep|live_grep: added support for multiprocess search resume bhagwan 2021-12-13 14:57:12 -0800
  • 887d6a4cd3 live_grep: multiprocess as default provider, added glob support bhagwan 2021-12-13 13:21:58 -0800