bhagwan
53cd37031e
feat(fzf_exec): improved API, easy command transform
2022-06-25 01:09:50 -07:00
bhagwan
b17cc7220a
feat(fzf_exec): easy API to run custom commands
2022-06-24 18:33:06 -07:00
Mark Oborne
5f473263b9
fix(quickfix): prevent indexing opts when nil
...
`opts` was being used before it was normalized causing the quickfix
command to fail when used without any options.
2022-06-24 23:26:46 +00:00
bhagwan
574ade266d
defaults: set winopts.hl.search
to 'IncSearch'
2022-06-24 12:19:18 -07:00
bhagwan
d44a33733e
feat(help_tags): preview no longer runs :help
( closes #457 )
2022-06-24 11:06:11 -07:00
bhagwan
6a4392564b
fix(resume): missing '<' char ( closes #454 )
2022-06-19 15:43:07 -07:00
bhagwan
07e34d2bac
fix: preview/actions for paths that contain ':' ( closes #453 )
2022-06-19 13:30:21 -07:00
bhagwan
52326a6444
fix(tags): error E5560 when tags are under $HOME ( #452 )
2022-06-16 07:00:30 -07:00
bhagwan
7bb4973246
chore(grep): rename opt 'continue_last_search' -> 'resume'
2022-06-14 17:35:27 -07:00
bhagwan
ae99fed33f
fix(live_grep_native): resume query double escape ( closes #451 )
2022-06-14 16:41:52 -07:00
bhagwan
86804f7462
feat(actions): do not require 'default' action ( #449 )
2022-06-13 10:48:11 -07:00
bhagwan
3ce5eaca0b
feat(icons): option to globally control file|git icons ( #188 )
2022-06-13 09:52:52 -07:00
bhagwan
57402a41ac
fix(jump_to_single_result_action): when 'forced_uri' ( closes #448 )
2022-06-12 17:22:15 -07:00
bhagwan
2d2ee02d17
fix(oldfiles): missing entries ( closes #447 )
2022-06-12 17:04:55 -07:00
bhagwan
844718eb5a
feat(commands): include buffer local commands ( closes #445 )
2022-06-12 10:06:39 -07:00
bhagwan
179162abe0
fix(path_shorten): validate non-zero positive number
2022-06-11 02:16:38 -07:00
bhagwan
62f67b6194
feat(make_entry): replace $HOME with '~' where possible ( #436 )
2022-06-11 01:56:41 -07:00
bhagwan
3079c9561a
fix(show_cwd_header): when set to 'true' and 'cwd' matches ':pwd'
2022-06-11 00:51:33 -07:00
bhagwan
1a1d794f48
fix(quickfix): send to quickfix action when using 'path_shorten'
2022-06-11 00:04:55 -07:00
bhagwan
d02d6f2f6b
feat(lsp|symbols): regex filtering option ( #441 )
...
also, rework how header string is constructed and display
document/workspace symbols query/regex in header string
2022-06-10 23:30:58 -07:00
bhagwan
e42a757faf
feat(bcommits): pager support (e.g. delta
), closes #440
2022-06-10 11:13:38 -07:00
Matthieu Coudron
bf3a4e12fb
feat(menus): new provider for vim menus (':help menus')
2022-06-10 10:02:54 -07:00
bhagwan
343322108d
fix(lsp): symbols when 'lsp.protocol.CompletionItemKind' is default
2022-06-08 18:40:42 -07:00
bhagwan
523962ae53
fix(lsp): symbol formatting on 'resume'
2022-06-08 18:29:46 -07:00
bhagwan
870f88096b
fix(path_shorten): use first path when glob mathes multiple paths
2022-06-08 18:16:02 -07:00
bhagwan
59069a393b
feat(lsp): enable symbol formatting for 'live_workspace_symbols'
2022-06-08 17:56:09 -07:00
bhagwan
09e2b982fb
feat(lsp): make symbol highlights configurable
2022-06-08 17:48:09 -07:00
bhagwan
ea287de481
feat(lsp): use symbol icons and highlight using CmpItemKindXXX hls
2022-06-08 17:32:45 -07:00
bhagwan
7817c4205e
feat(buffers): replace $HOME with '~' for paths outside of cwd ( #436 )
2022-06-08 14:08:02 -07:00
bhagwan
fc30750436
feat: override prompt if specified in fzf_args ( closes #434 )
2022-06-08 11:53:22 -07:00
Mark Oborne
8313277e0b
fix(jumps): fix preview not showing correctly
...
Fixes two issues:
* Preview wasn't showing the jump location when the file was outside of
the pwd.
* Preview wasn't showing the jump location when the jump was on a blank
line in the current buffer.
2022-06-05 08:58:20 -07:00
bhagwan
a84b86d01e
fix: calling an fzf-lua mapping from insert mode ( closes #429 )
2022-06-04 13:06:07 -07:00
bhagwan
eacdda76c6
testing framework initial setup
2022-05-29 15:18:41 -07:00
bhagwan
fa90b74e31
wrapper around fn.input
to prevent exception with <C-c>
2022-05-28 12:26:10 -07:00
bhagwan
3511c44753
feat: new border style 'thicc'
2022-05-26 10:36:47 -07:00
bhagwan
5f74454867
ueberzug: display error message in preview win (and ':messages')
2022-05-24 17:43:50 -07:00
bhagwan
eb3d2d121f
nvim 0.8 compatibility: refactor preview shell command ( closes #409 )
2022-05-17 20:25:34 -07:00
bhagwan
74831cf138
fix: bat previewer with LSP 'force_uri=true' ( #409 )
2022-05-17 08:14:59 -07:00
monkoose
3a288a65b6
fix(previewer): correct highlight group in preview
...
To correctly match some common highlight groups such as `Float`, `Normal` etc, word boundaries
should be set, otherwise wrong highlight group is shown in the preview window.
Also removes search highlighting of the trailing space.
2022-05-17 14:52:59 +00:00
OKURA Masafumi
d4c050e101
README update: minor typo, fzf minimum version clarification
2022-05-14 23:51:29 -07:00
bhagwan
d4ab66551b
feat: libuv stdout|stderr stream redirect options ( #414 )
2022-05-14 12:02:05 -07:00
bhagwan
7583b40fde
feat: add styling support for the --color
option ( closes #413 )
2022-05-13 17:37:07 -07:00
bhagwan
de7ac64e74
feat: new action 'git_stash_pop' ( #410 )
2022-05-12 16:37:59 -07:00
bhagwan
23034bb022
feat: new git provider: 'git_stash' ( closes #410 )
2022-05-12 16:13:45 -07:00
bhagwan
d27f9b1131
blines: fix bat previewer line offset (fzf field index)
2022-05-11 21:11:31 -07:00
bhagwan
b614a9d315
feat: file providers now support 'path_shorten' ( #408 )
2022-05-06 17:38:41 -07:00
bhagwan
5fbbc3b653
feat: new 'actions.git_reset': discard local changes
2022-05-01 12:53:33 -07:00
bhagwan
a0ac8021de
buffers:|tabs: new option 'filename_only' ( closes #404 )
2022-05-01 11:38:27 -07:00
bhagwan
033ffc986b
lsp_live_workspace_symbols: fix query resume
2022-04-30 12:24:52 -07:00
Arsham Shirvani
dd61e15199
ref(lsp): add server_capabilities support on 0.8
...
In neovim v0.8 the resolved_capabilities is deprecated and is replaced
by the server_capabilities. The capability property of the handlers
table is split into resolved_capability and server_capability, and in
the wrap_module_fncs is set back based on the neovim's version.
2022-04-30 18:57:14 +00:00