You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bhagwan dae78fc153 feat(git): improvements in git 'status|commits|bcommits':
- Option to define 'preview_pager' (e.g. `delta`) which will be piped
  onto the preview command, more convinient than having to rewrite the
  preview command or have to define it under 'previewers.git_diff'
  for 'git.status'
- Added timestamp & author name to 'commits|bcommits' default command
- Added timestamp to 'commits' default preview command
- 'bcommits' changes:
  + disabled for unnamed buffers
  + default preview now shows `git diff` for the specific file (instead
    of showing the entire commit
  + will attempt to detect the current buffers git root in case current
    working directory changed, i.e. 'bcommits' will work as long as the
    current buffer is under a git repo)
- 'branches': better branch extraction lua pattern
2 years ago
..
previewer feat(git): improvements in git 'status|commits|bcommits': 2 years ago
providers feat(git): improvements in git 'status|commits|bcommits': 2 years ago
actions.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
class.lua internal: add vararg to class:new to suppress useless warnings 2 years ago
cmd.lua internal: removed unnecessary 'require' 3 years ago
config.lua feat(git): improvements in git 'status|commits|bcommits': 2 years ago
core.lua feat(file_ignore_patterns): consult the wiki link below 2 years ago
fzf.lua Major refactor, read below if you're having issues 2 years ago
init.lua feat: new FzfLuaXXX highlights, updated README 2 years ago
libuv.lua feat(file_ignore_patterns): consult the wiki link below 2 years ago
make_entry.lua make_entry.file: optimized performance and logic 2 years ago
path.lua fix: preview/actions for paths that contain ':' (closes #453) 2 years ago
shell.lua fix(nvim_bin): use 'vim.v.progpath' instead of 'vim.v.argv[1]' 2 years ago
shell_helper.lua nvim 0.8 compatibility: refactor preview shell command (closes #409) 2 years ago
utils.lua make_entry.file: optimized performance and logic 2 years ago
win.lua feat(diagnostics): extract icons|highlights from neovim signs 2 years ago