We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
press + to show more logs not working
nvim 0.11-dev
macOS 14.6
open any file, call command Neogit, then show git commit log, scroll down to the last line then press +
No response
press + in neogit log view has no effect
local kd = { kind = "auto" } return { "neogitorg/neogit", cond = not IS_VSCODE_OR_LEET_CODE, dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim", }, cmd = { "Neogit", "NeogitResetState" }, config = function() require("neogit").setup({ disable_commit_confirmation = true, disable_insert_on_commit = "auto", disable_signs = true, kind = "auto", commit_editor = kd, commit_select_view = kd, log_view = kd, reflog_view = kd, integrations = { telescope = true, diffview = true, }, }) end, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
press + to show more logs not working
Neovim version
nvim 0.11-dev
Operating system and version
macOS 14.6
Steps to reproduce
open any file, call command Neogit, then show git commit log, scroll down to the last line then press +
Expected behavior
No response
Actual behavior
press + in neogit log view has no effect
Minimal config
The text was updated successfully, but these errors were encountered: