snacks.nvim/lua/snacks
Iordanis Petkakis da655a3538
fix(lazygit): allow extensible user args (#789)
## Description
Currently `opts.args` are set to a specific value. Allow users to
optionally pass their own additional args.
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-19 07:42:25 +02:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
explorer fix(explorer): mounted directories being detected as non-directories in Tree:expand (#2053) 2025-09-25 12:45:01 +02:00
image feat(image.inline): honor concealcursor and hide conceal when selecting lines. Closes #1478 2025-03-01 23:37:02 +01:00
meta build: skip doc comments with @deprecated 2025-10-10 16:09:12 +02:00
picker fix(picker.actions): take into account if source is recent explicitly (#1920) 2025-10-19 07:38:06 +02:00
profiler feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
util fix(explorer): mounted directories being detected as non-directories in Tree:expand (#2053) 2025-09-25 12:45:01 +02:00
bigfile.lua fix(bigfile): check that passed path is the one from the buffer 2025-02-06 19:11:55 +01:00
bufdelete.lua fix(bufdelete): try alternate buffer first and otherwise last used buffer 2025-10-13 20:12:34 +02:00
compat.lua fix(compat): fixup 2025-02-22 07:53:29 +01:00
dashboard.lua fix(dashboard): pcall chansend for dashoard terminal widgets 2025-09-27 09:39:06 +02:00
debug.lua feat(image): better error handling + option to disable error notifications 2025-02-18 22:54:24 +01:00
dim.lua fix(dim): fixed the issue of dim's scope variable being nil and outputting… (#1938) 2025-10-14 18:29:08 +02:00
git.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
gitbrowse.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
health.lua feat(util): util method to check if ts lang is available on any Neovim version. See #1422 2025-02-25 15:25:48 +01:00
indent.lua fix(indent): check that win is valid in step. Closes #1943 2025-09-17 08:23:26 +02:00
init.lua fix(compat): correct Neovim 0.11 check 2025-02-20 07:00:42 +01:00
input.lua fix(input): add cr keybind for normal mode. Closes #1468. Closes #1466 2025-03-01 09:34:17 +01:00
layout.lua fix(layout): allocate at least 1 cell for a widget and enlarge/shrink the root box when needed. Closes #2261 2025-10-12 12:14:13 +02:00
lazygit.lua fix(lazygit): allow extensible user args (#789) 2025-10-19 07:42:25 +02:00
notifier.lua fix(notifier): keep notif when current buf is notif buf 2025-02-16 08:21:33 +01:00
notify.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
quickfile.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
rename.lua docs(mini): update URLs for nvim-mini related plugins (#2189) 2025-09-17 15:36:48 +02:00
scope.lua fix(scope): allow user to disable keys (#1918) 2025-10-19 07:40:07 +02:00
scratch.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
scroll.lua fix(scroll): compat with Neovim 0.9.4 2025-02-24 10:34:25 +01:00
statuscolumn.lua fix(statuscolumn): better way of determining open folds. Closes #1445 2025-02-26 14:09:01 +01:00
terminal.lua feat(terminal): minor improvements for user experience (#2276) 2025-10-17 21:14:56 +02:00
toggle.lua fix(toggle): hide toggle when real keymap does not exist. Closes #378 2025-02-14 22:13:16 +01:00
win.lua revert: dont always set border when setting title. Closes #1436 2025-02-26 07:55:13 +01:00
words.lua fix(lsp): fix deprecated warnings related to lsp client 2025-09-15 07:42:46 +02:00
zen.lua fix(zen): always count cmdheight towards Zen bottom offset (#1402) 2025-02-24 07:19:28 +01:00