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

refactor!: big refactor for 1.0 #86

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

refactor!: big refactor for 1.0 #86

wants to merge 11 commits into from

Conversation

willothy
Copy link
Owner

@willothy willothy commented Jan 12, 2024

  • Send custom data from guest to host
    • I am currently using this to return to Wezterm panes after opening a blocking file in an alternate pane.
  • Fully typed API and config
  • Better docs for callbacks
  • More to come
  • Make command passthrough work independently of files

TODO:

  • drop support for nvim 0.8?
  • docs
  • should the hooks emit user autocmds?
  • refactor hooks into extensible event system
    • taking inspiration from Harpoon here, this should allow builtin behaviors to be added so that the default config can be minimal but extra features can be easily enabled
  • think about where the data is actually needed to avoid future breaking changes
  • this may be a good time to introduce some breaking API changes to improve the callbacks API

@willothy willothy added this to the Stable Release 1.0 milestone Jan 12, 2024
@willothy willothy added the enhancement New feature or request label Jan 12, 2024
@willothy willothy changed the title feat: allow passing data from guest to host refactor !: big refactor for 1.0 Jan 12, 2024
@willothy willothy changed the title refactor !: big refactor for 1.0 refactor!: big refactor for 1.0 Jan 12, 2024
@willothy willothy force-pushed the guest-data branch 6 times, most recently from 5a5fd78 to d7151a4 Compare January 12, 2024 18:34
@willothy willothy linked an issue Jan 13, 2024 that may be closed by this pull request
@willothy willothy linked an issue Jan 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking changes on main (flatten.nvim 1.0.0) Todo: separate remote file and remote command logic
1 participant