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

feat: close markmap when watched buffer is closed #16

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 11, 2024

  1. feat: close markmap when watched buffer is closed

    This was a late one for me. Let me know how you like it, or if you can
    spot major flaws right away. cheers and happy easter. :)
    MarcoBuess committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2ece916 View commit details
    Browse the repository at this point in the history
  2. fix(stylua): removed unknown configuration option

    removed `remove_trailing_seperators` option, which would prevent stylua
    from formatting
    MarcoBuess committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a4b80af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    478053d View commit details
    Browse the repository at this point in the history
  4. feat(utils): extended jobstart with opts

    To handle that windows can't have multiple instances of markmapcli
    running I added a passthrough, so that I can handle appropreatly when
    markmapcli errors. I deregister autocmds and take the buffer from the
    watch list.
    MarcoBuess committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    01a0cbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4013ab3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7af548 View commit details
    Browse the repository at this point in the history
  7. fix(utils): Vim:E475 after adding opts to jobstart wrapper

    Looks like I've broken open and save after adding opts. This should
    adress this. For some reason vim.fn.jobstart() can't handle an empty
    table as opts. Maybe someone has a better solution that this, but this
    works for now.
    MarcoBuess committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1ca57ed View commit details
    Browse the repository at this point in the history