Skip to content
New issue

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 #1451

Open
nfwyst opened this issue Aug 19, 2024 · 0 comments
Open

press + to show more logs not working #1451

nfwyst opened this issue Aug 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nfwyst
Copy link

nfwyst commented Aug 19, 2024

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

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,
}
@nfwyst nfwyst added the bug Something isn't working label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant