bhagwan
23267bfb8e
tags_live_grep: added support 'multiprocess=false'
2022-03-06 00:05:08 -08:00
bhagwan
ad4e168e99
buitin previewer: do not preview file size>10MB (configurable)
2022-03-05 23:05:41 -08:00
bhagwan
9094065d79
new provider: tags_live_grep
2022-03-05 22:07:36 -08:00
bhagwan
af6d6c3785
new provider: tags_grep
2022-03-04 12:38:46 -08:00
bhagwan
00855a7b83
removed tag preview debug print
2022-03-04 10:30:21 -08:00
bhagwan
b98bb2618c
tags|btags bugfix: preview/action when tag name contains / or <Tab>
2022-03-04 09:45:24 -08:00
bhagwan
1c30a354d2
tags|btags: accomodate 'ctags_file' outside of cwd
2022-03-03 23:20:01 -08:00
bhagwan
fc77943cdf
bat previewer optimization for ctags with no line numbers ( #355 )
2022-03-03 22:48:06 -08:00
bhagwan
bcbd20b690
added missing '_ctag' actions modifier
2022-03-03 21:12:09 -08:00
bhagwan
daf4f63819
better ctag parsing to accomodate for line numbers ( #355 )
2022-03-03 20:56:44 -08:00
bhagwan
95b82e7973
tags|btags rework, multiprocess performance enhancement ( #355 )
2022-03-03 19:16:12 -08:00
bhagwan
eb9f33b345
added cwd
header display to LSP providers
2022-03-02 10:02:53 -08:00
bhagwan
5f1506fc0c
apply cwd to path when parsing LSP URIs ( #341 )
2022-03-02 09:55:04 -08:00
bhagwan
59de53fbbe
lsp_code_actions: 'deepcopy' fallback, 'ui_select' control opt ( #353 )
2022-03-01 15:51:43 -08:00
bhagwan
1d19980551
added exec command examples in 'minimal_init.lua'
2022-02-24 08:36:39 -08:00
bhagwan
24167e2b26
updated 'minimal_init.lua', instructions in ISSUE_TEMPLATE
2022-02-23 18:03:30 -08:00
bhagwan
ab19fda7da
LSP: misc fixes for neovim nightly
2022-02-23 11:03:10 -08:00
bhagwan
22fd2a74a1
accidentally broken preview starting with 'hidden' ( closes #351 )
2022-02-23 08:40:41 -08:00
bhagwan
3fa3eb0ffe
help_tags: fix preview toggle, man_pages: fix extra buffer
2022-02-22 16:33:32 -08:00
bhagwan
0fa4f3d7d7
minimize preview buffer flicker between reloads ( #298 )
2022-02-22 15:54:47 -08:00
bhagwan
f3857a98a7
added an option to override fzf-lua's NBSP char ( closes #347 )
2022-02-16 11:57:01 -08:00
bhagwan
3ffda9050b
added github ISSUE_TEMPLATE
2022-02-14 12:47:40 -08:00
bhagwan
fd9d93a770
vim.ui.select: fallback when opts have no 'format_item' ( closes #346 )
2022-02-14 11:39:24 -08:00
bhagwan
22d7f4b6c5
args refactor and resume support
2022-02-12 11:54:19 -08:00
bhagwan
6e1ceb6a63
asyncify oldfiles, more performance enahncements ( closes #343 )
2022-02-12 11:15:50 -08:00
bhagwan
726b4de499
restored oldfiles 'stat_file' default ( closes #344 )
2022-02-12 08:51:39 -08:00
bhagwan
5b7fb9fb50
fzf delimiter adjustments for fish shell
2022-02-12 00:47:30 -08:00
bhagwan
c86716f0b6
README update: oldfiles 'stat_file' and 'include_current_session'
2022-02-12 00:00:57 -08:00
bhagwan
8591f3c846
oldfiles performance enhancements ( #343 )
2022-02-11 23:51:54 -08:00
bhagwan
4fd1af7b47
fixed tabs|lines|blines with 'bat_native' when using skim
2022-02-11 23:22:18 -08:00
bhagwan
738d6ba547
fixed delimiter for blines
2022-02-11 23:12:43 -08:00
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
2022-02-11 23:02:53 -08:00
bhagwan
027068511a
bugfix: delimiter for 'dap_breakpoints'
2022-02-11 18:45:27 -08:00
bhagwan
ef48f9fc24
README update: added link to 'nvim-dap'
2022-02-11 17:30:25 -08:00
bhagwan
930cc5f487
added support for nvim-dap ( #101 )
2022-02-11 17:08:34 -08:00
bhagwan
da2a04d052
LSP uri jumps to correct column (locations cols|lines are 0-based)
2022-02-10 23:05:23 -08:00
bhagwan
6d3b884f73
added help strings for {buf|file}_switch_or_edit
2022-02-10 21:37:03 -08:00
bhagwan
2a2c8502a4
refactor native fzf previewer params
2022-02-10 13:26:58 -08:00
bhagwan
76c7b6d960
removed unnecessary TAB as fzf delimiter
2022-02-10 11:52:03 -08:00
bhagwan
dc23282b96
grep: better regex handling of . and %
2022-02-10 09:48:34 -08:00
bhagwan
11bf4e86a7
LSP entry delimiter TAB->SPACE, added 'trim_entry' opt ( closes #342 )
2022-02-10 08:00:28 -08:00
bhagwan
aa9194f98d
more special character optimizations for fish, skim
2022-02-09 22:52:52 -08:00
bhagwan
fdd3874367
internal: debug_cmd option to supress mulitprocess cmd debug print
2022-02-09 19:53:47 -08:00
bhagwan
b033e406ca
grep|live_grep: fish shell special chars fixes ( closes #340 )
2022-02-09 19:41:19 -08:00
bhagwan
b273a358a7
bugfix: NULL buffer creation on LSP actions ( closes #341 )
2022-02-09 12:14:25 -08:00
bhagwan
2d4c9433b2
fixed live_grep "command" prompt with 'sk'
2022-02-07 23:05:38 -08:00
bhagwan
589c7a4ee6
file actions: only move cursor if required ( closes #339 )
2022-02-07 08:49:49 -08:00
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
2022-02-06 21:58:46 -08:00
bhagwan
330742a4c0
buffers|tabs|lines: exclude quickfix buffers ( closes #337 )
2022-02-06 14:36:01 -08:00
bhagwan
e1f13f882e
file actions: only parse ctags from tags|btags
2022-02-05 14:06:49 -08:00