638 Commits (main)
 

Author SHA1 Message Date
bhagwan 179162abe0 fix(path_shorten): validate non-zero positive number 2 years ago
bhagwan 62f67b6194 feat(make_entry): replace $HOME with '~' where possible (#436) 2 years ago
bhagwan 3079c9561a fix(show_cwd_header): when set to 'true' and 'cwd' matches ':pwd' 2 years ago
bhagwan 1a1d794f48 fix(quickfix): send to quickfix action when using 'path_shorten' 2 years ago
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
2 years ago
bhagwan e42a757faf feat(bcommits): pager support (e.g. `delta`), closes #440 2 years ago
Matthieu Coudron bf3a4e12fb feat(menus): new provider for vim menus (':help menus') 2 years ago
bhagwan 343322108d fix(lsp): symbols when 'lsp.protocol.CompletionItemKind' is default 2 years ago
bhagwan 523962ae53 fix(lsp): symbol formatting on 'resume' 2 years ago
bhagwan 870f88096b fix(path_shorten): use first path when glob mathes multiple paths 2 years ago
bhagwan 59069a393b feat(lsp): enable symbol formatting for 'live_workspace_symbols' 2 years ago
bhagwan 09e2b982fb feat(lsp): make symbol highlights configurable 2 years ago
bhagwan ea287de481 feat(lsp): use symbol icons and highlight using CmpItemKindXXX hls 2 years ago
bhagwan 7817c4205e feat(buffers): replace $HOME with '~' for paths outside of cwd (#436) 2 years ago
bhagwan fc30750436 feat: override prompt if specified in fzf_args (closes #434) 2 years ago
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.
2 years ago
bhagwan a84b86d01e fix: calling an fzf-lua mapping from insert mode (closes #429) 2 years ago
bhagwan eacdda76c6 testing framework initial setup 2 years ago
bhagwan fa90b74e31 wrapper around `fn.input` to prevent exception with `<C-c>` 2 years ago
bhagwan 3511c44753 feat: new border style 'thicc' 2 years ago
bhagwan 5f74454867 ueberzug: display error message in preview win (and ':messages') 2 years ago
bhagwan eb3d2d121f nvim 0.8 compatibility: refactor preview shell command (closes #409) 2 years ago
bhagwan 74831cf138 fix: bat previewer with LSP 'force_uri=true' (#409) 2 years ago
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.
2 years ago
OKURA Masafumi d4c050e101 README update: minor typo, fzf minimum version clarification 2 years ago
bhagwan d4ab66551b feat: libuv stdout|stderr stream redirect options (#414) 2 years ago
bhagwan 7583b40fde feat: add styling support for the `--color` option (closes #413) 2 years ago
bhagwan de7ac64e74 feat: new action 'git_stash_pop' (#410) 2 years ago
bhagwan 23034bb022 feat: new git provider: 'git_stash' (closes #410) 2 years ago
bhagwan d27f9b1131 blines: fix bat previewer line offset (fzf field index) 2 years ago
bhagwan b614a9d315 feat: file providers now support 'path_shorten' (#408) 2 years ago
bhagwan 5fbbc3b653 feat: new 'actions.git_reset': discard local changes 2 years ago
bhagwan a0ac8021de buffers:|tabs: new option 'filename_only' (closes #404) 2 years ago
bhagwan 033ffc986b lsp_live_workspace_symbols: fix query resume 2 years ago
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.
2 years ago
bhagwan 52dedd28d8 feat(lsp): added 'lsp_(incoming|outgoing)_calls' (closes #399) 2 years ago
bhagwan b0a81d1c36 Merge branch 'pr_400' 2 years ago
Benedikt Rips 159383c331 Disable Fzf's native border
Fzf may be configured via `$FZF_DEFAULT_OPTS` to show a border, which
takes up unnecessary space in `fzf-lua`.

Setting `config.globals.fzf_opts['--border'] = 'none'` disables Fzf's
border.

README update: fzf default opt '--border=none'
2 years ago
bhagwan ed3c6adaea helptags: fix help-open action for wrapped <tags> 2 years ago
bhagwan 9f197417dc git_status: prevent preview error in bare git repo 2 years ago
bhagwan d397352af9 feat: enable <ctrl-g> action in 'grep|lgrep_curbuf' 2 years ago
bhagwan 36278656fa switch back to correct source win when using 'split' (closes #397) 2 years ago
bhagwan 64afe5cbad helptags: remove unnecessary '-nth' setting 2 years ago
bhagwan 19f79c26bd call 'on_create' on window reuse (closes #394) 2 years ago
bhagwan 5722fd62fd feat(git_diff): more complex custom preview commands (closes #392) 2 years ago
bhagwan 97d4ba31f7 git icons|status: added support for 'typechange' diff 2 years ago
bhagwan 5ae4148f77 ueberzug preview: provide a detailed error on failure 2 years ago
bhagwan 9cd5d37ecf fix: ueberzug image paths when entry.path is absolute 2 years ago
bhagwan 604e4cf4c8 feat(git): added support for --git-dir, --work-tree (yadm) 2 years ago
bhagwan 1b200d3bdc internal: expose FzfWin:generate_layout 2 years ago