-
Notifications
You must be signed in to change notification settings - Fork 13
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: default to nvim icon instead of vim icon #70
Labels
Comments
6 tasks
mikesmithgh
added a commit
that referenced
this issue
Dec 29, 2023
closes #70 BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh
pushed a commit
that referenced
this issue
Dec 29, 2023
# [3.0.0](v2.4.7...v3.0.0) (2023-12-29) ### Bug Fixes * correct hl_as_normal_win override ([73f4e8b](73f4e8b)) * feat!: set default icon to new nvim icon (#80) ([51367da](51367da)), closes [#80](#80) [#70](#70) * feat!: add support for new neovim default colorscheme (#103) ([e4e4429](e4e4429)), closes [#103](#103) ### BREAKING CHANGES * The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0). * Existing highlight groups were renamed. If you were overriding any kitty-scrollback.nvim highlight groups, please update the names referencing the table below. | Previous highlight name | New highlight name | | -------------------------- | --------------------------------------- | | KittyScrollbackNvimNormal | KittyScrollbackNvimStatusWinNormal | | KittyScrollbackNvimHeart | KittyScrollbackNvimStatusWinHeartIcon | | KittyScrollbackNvimSpinner | KittyScrollbackNvimStatusWinSpinnerIcon | | KittyScrollbackNvimReady | KittyScrollbackNvimStatusWinReadyIcon | | KittyScrollbackNvimKitty | KittyScrollbackNvimStatusWinKittyIcon | | KittyScrollbackNvimVim | KittyScrollbackNvimStatusWinNvimIcon |
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#38 adds the ability to configure the status window icons
Default to use the nvim icon and provide instructions on how to configuring the icon as vim if desired.
Nerd Fonts v3.1.0 released the new nvim icon. Wait until the next release of Nerd Fonts or a breaking change in kitty-scrollback.nvim to release this change.
The text was updated successfully, but these errors were encountered: