Skip to content

plugins/kitty-scrollback: init #3512

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Jun 27, 2025

Add support for kitty-scrollback.nvim, to open kitty scrollback in nvim

Copy link
Member

@MattSturgeon MattSturgeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looking good

name = "kitty-scrollback";
package = "kitty-scrollback-nvim";

maintainers = [ lib.maintainers.nim65s ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a settingsExample inspired by something in https://github.com/mikesmithgh/kitty-scrollback.nvim#plugin-configuration ?

@@ -0,0 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "kitty-scrollback";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set packPathName to "kitty-scrollback.nvim"?

(See https://nix-community.github.io/nixvim/CONTRIBUTING.html#mkneovimplugin and :h 'packpath')

Aside: we really should add some way of asserting the correct packpath name is defined 🫤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants