484 Commits (fa69ad7b138dfb71ada504bf8fbc580216cde6b4)

Author SHA1 Message Date
bhagwan af6d6c3785 new provider: tags_grep 3 years ago
bhagwan 00855a7b83 removed tag preview debug print 3 years ago
bhagwan b98bb2618c tags|btags bugfix: preview/action when tag name contains / or <Tab> 3 years ago
bhagwan 1c30a354d2 tags|btags: accomodate 'ctags_file' outside of cwd 3 years ago
bhagwan fc77943cdf bat previewer optimization for ctags with no line numbers (#355) 3 years ago
bhagwan bcbd20b690 added missing '_ctag' actions modifier 3 years ago
bhagwan daf4f63819 better ctag parsing to accomodate for line numbers (#355) 3 years ago
bhagwan 95b82e7973 tags|btags rework, multiprocess performance enhancement (#355) 3 years ago
bhagwan eb9f33b345 added `cwd` header display to LSP providers 3 years ago
bhagwan 5f1506fc0c apply cwd to path when parsing LSP URIs (#341) 3 years ago
bhagwan 59de53fbbe lsp_code_actions: 'deepcopy' fallback, 'ui_select' control opt (#353) 3 years ago
bhagwan ab19fda7da LSP: misc fixes for neovim nightly 3 years ago
bhagwan 22fd2a74a1 accidentally broken preview starting with 'hidden' (closes #351) 3 years ago
bhagwan 3fa3eb0ffe help_tags: fix preview toggle, man_pages: fix extra buffer 3 years ago
bhagwan 0fa4f3d7d7 minimize preview buffer flicker between reloads (#298) 3 years ago
bhagwan f3857a98a7 added an option to override fzf-lua's NBSP char (closes #347) 3 years ago
bhagwan fd9d93a770 vim.ui.select: fallback when opts have no 'format_item' (closes #346) 3 years ago
bhagwan 22d7f4b6c5 args refactor and resume support 3 years ago
bhagwan 6e1ceb6a63 asyncify oldfiles, more performance enahncements (closes #343) 3 years ago
bhagwan 726b4de499 restored oldfiles 'stat_file' default (closes #344) 3 years ago
bhagwan 5b7fb9fb50 fzf delimiter adjustments for fish shell 3 years ago
bhagwan 8591f3c846 oldfiles performance enhancements (#343) 3 years ago
bhagwan 4fd1af7b47 fixed tabs|lines|blines with 'bat_native' when using skim 3 years ago
bhagwan 738d6ba547 fixed delimiter for blines 3 years ago
bhagwan 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
3 years ago
bhagwan 027068511a bugfix: delimiter for 'dap_breakpoints' 3 years ago
bhagwan 930cc5f487 added support for nvim-dap (#101) 3 years ago
bhagwan da2a04d052 LSP uri jumps to correct column (locations cols|lines are 0-based) 3 years ago
bhagwan 6d3b884f73 added help strings for {buf|file}_switch_or_edit 3 years ago
bhagwan 2a2c8502a4 refactor native fzf previewer params 3 years ago
bhagwan 76c7b6d960 removed unnecessary TAB as fzf delimiter 3 years ago
bhagwan dc23282b96 grep: better regex handling of . and % 3 years ago
bhagwan 11bf4e86a7 LSP entry delimiter TAB->SPACE, added 'trim_entry' opt (closes #342) 3 years ago
bhagwan aa9194f98d more special character optimizations for fish, skim 3 years ago
bhagwan fdd3874367 internal: debug_cmd option to supress mulitprocess cmd debug print 3 years ago
bhagwan b033e406ca grep|live_grep: fish shell special chars fixes (closes #340) 3 years ago
bhagwan b273a358a7 bugfix: NULL buffer creation on LSP actions (closes #341) 3 years ago
bhagwan 2d4c9433b2 fixed live_grep "command" prompt with 'sk' 3 years ago
bhagwan 589c7a4ee6 file actions: only move cursor if required (closes #339) 3 years ago
bhagwan 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
3 years ago
bhagwan 330742a4c0 buffers|tabs|lines: exclude quickfix buffers (closes #337) 3 years ago
bhagwan e1f13f882e file actions: only parse ctags from tags|btags 3 years ago
bhagwan 1f75958d33 bugfix: accidentally broke ctag file actions 3 years ago
bhagwan 98676b67bb tagstack: added tag name to entry 3 years ago
bhagwan b772c0de9c new provider: tagstack, fixed external win file actions (#336) 3 years ago
bhagwan a487c6752f force LSP jumps to use 'vim.lsp.util.jump_to_location' (closes #336) 3 years ago
bhagwan c96ef0c109 registers: properly display special chars 3 years ago
bhagwan 30f4c0cb37 delete neovim temp dir on headless instance (#329) 3 years ago
bhagwan 2aa5bd3afa added the ability to bulk config files|buffers actions (closes #331) 3 years ago
bhagwan 3696489667 verify preview buffer wasn't disposed before reading (closes #327) 3 years ago
bhagwan 3d6b3a1b33 multiprocess: supress multiple errors with deferred exit 3 years ago
bhagwan 4040e33683 multiprocess: delete neovim temp dir on os.exit (closes #329) 3 years ago
bhagwan 0f4ca97bb7 tags|btags: vim.fn.expand tags file, set cwd header (closes #322) 3 years ago
bhagwan 58453ac391 removed unnecessary print in 'jumps' 3 years ago
bhagwan e532ffa480 added missing 'offset_encoding' to 'vim.lsp.util.jump_to_location' 3 years ago
bhagwan 59fdcdc3e0 always use 'vim.ui.select' for code actions when neovim > 0.6 3 years ago
bhagwan 970a920385 internal: expose vim.ui.select on_choice to opts 3 years ago
bhagwan f02c320a84 bugfix: vim.ui.select code_actions on multiple files (closes #319) 3 years ago
bhagwan f504b9b09a internal: send opts with 'code_actions.act' 3 years ago
bhagwan 20f926ad36 git_status fish shell compatibility (closes #320) 3 years ago
leiserfg bfd1e3471a Set default prompt for ui_select to match the official doc 3 years ago
bhagwan f2ebd3b9c3 added 'vim.ui.select' action help string 3 years ago
bhagwan e4dcd44fb3 git_files: set 'multiprocess=true' as default 3 years ago
bhagwan e89d5bc009 OSX: use stdout instead of stderr due to rendering issues (#287, #316) 3 years ago
bhagwan 8e37ef6e21 added resume support for 'vim.ui.select' 3 years ago
bhagwan 5b5270684f exit visual mode before 'vim.ui.select' interface 3 years ago
bhagwan 28757aa248 extra safety check for 'vim.ui.select' on_choice 3 years ago
bhagwan 7c4c61acb9 properly escape lua special chars in 'path.relative' (closes #315) 3 years ago
bhagwan f466e20196 added custom options to 'register_ui_select' 3 years ago
bhagwan 475ffb2673 added provider for 'vim.ui.select' (closes #314) 3 years ago
bhagwan 7e7f6d8cc3 add offset_encoding to code_action apply_workspace_edit (#314) 3 years ago
bhagwan 1546c82b67 pass $FZF_PREVIEW_LINES|$FZF_PREVIEW_COLUMNS to git_diff cmd (#313) 3 years ago
bhagwan 7554520125 exclude unusable function/modules from :FzfLua auto-complete 3 years ago
bhagwan c096cd1849 grep_project: exclude filename from fuzzy search by default 3 years ago
bhagwan f9c9ae1768 bugfix: consecutive send-selection-to-quickfix 3 years ago
bhagwan 243ec9d9f3 chore: remove all LSP warnings 3 years ago
bhagwan 5f5d7e2ade internal: add vararg to class:new to suppress useless warnings 3 years ago
bhagwan 3e6a794c8c internal: save prompt fallback in win class 3 years ago
bhagwan 4f8751db52 LSP prompt renamed to 'prompt_postfix' (closes #308) 3 years ago
bhagwan 2ab8adadb1 enable custom 'nvim-web-devicons' setup with mulitprocess (closes #311) 3 years ago
Jürgen Steitz 5dc661e4e8 fix devicon size in litty using file_icon_padding
This fix removes the nbsp. Kitty needs a normal space to extend the icon size.
3 years ago
bhagwan 95b63ef731 'jump_to_single_result_action' removed extra item in array 3 years ago
bhagwan 0637c1b686 add offset_encoding to LSP location APIs (closes #306) 3 years ago
bhagwan 9ac1543b55 F1 keybind help: normalize keybind format, remove duplicate binds 3 years ago
bhagwan 32b2cdb510 F1 keybind help: fixed formatting in wider terminals 3 years ago
bhagwan 2d1862d034 added new action 'file_switch' (closes #301) 3 years ago
bhagwan e3546e8272 new feature: press F1 for keybind help (#294) 3 years ago
bhagwan da2c0fe3df bugfix: 'lines|blines' default action in term buffers 3 years ago
bhagwan 2122c2cd05 file actions: do not add to jumplist from term buffers 3 years ago
bhagwan 04c342f799 feature: accept opts argument as function that returns opts table 3 years ago
bhagwan 1c28cbc904 'lines|blines' nightly fix, cwd header added to 'oldfiles' 3 years ago
bhagwan 340ad70215 fix 'help_tags' in nightly (error: 'Expected Lua number') 3 years ago
bhagwan 58e159c36e internal: only replace {argv} when requested by live_grep 3 years ago
bhagwan 8ad6e92b9f bugfix: live_grep on NixOS, adjust for extra neovim cli args (#291) 3 years ago
bhagwan 79371f0d9f bugfix: "No diagnostics found" with neovim 0.6.1 (closes #292) 3 years ago
bhagwan 41b657e823 LSP diagnostics update for deprecations in neovim 0.6.1 3 years ago
bhagwan 9a71718c1e escape hyphen in 'vim.fn.expand' (closes issue #285) 3 years ago
bhagwan 3eb5baa6e9 bugfix: git icon overrides breaks 'git_status' (closes #283) 3 years ago
bhagwan e40d65c1e1 new option 'show_cwd_header' forces 'cwd' in header line (closes #281) 3 years ago
bhagwan b35d03f4ee bugfix: sending results with no column to quickfix (closes #280) 3 years ago