Skip to content

GoUpAlign and GoUpAlignTop will align the second line to top instead of the first one. #5

@swahpy

Description

@swahpy
Screen.Recording.2025-01-09.at.14.26.24.mov

hi, from the screen record we can see that when align to top using GoUpAlign or GoUpAlignTop, it will set the second line to top. Below is my configuration.

{
    "nullromo/go-up.nvim",
    event = "WinScrolled",
    opts = {}, -- specify options here
    config = function(_, opts)
      local goUp = require "go-up"
      goUp.setup(opts)
    end,
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions