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
..
buffers.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
colorschemes.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
dap.lua Major refactor, read below if you're having issues 2 years ago
diagnostic.lua feat: 'diagnostics.icon_padding' for extra wide icons (#470) 2 years ago
files.lua Major refactor, read below if you're having issues 2 years ago
git.lua feat(git): improvements in git 'status|commits|bcommits': 2 years ago
grep.lua Major refactor, read below if you're having issues 2 years ago
helptags.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
lsp.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
manpages.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
module.lua Major refactor, read below if you're having issues 2 years ago
nvim.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
oldfiles.lua feat(file_ignore_patterns): consult the wiki link below 2 years ago
quickfix.lua Major refactor, read below if you're having issues 2 years ago
tags.lua Major refactor, read below if you're having issues 2 years ago
ui_select.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago