@@ -421,36 +421,8 @@ M.launch = function()
421421 .. [[ . Most likely `]]
422422 .. ksb_kitty_cmds .open_term_command
423423 .. [[ ` failed. ]] ,
424- [[ ]] ,
425- [[ If you are using Neovim nightly (NVIM v0.11), then you may need to update to the latest]] ,
426- [[ version of nightly. Please try updating Neovim to the latest version of nightly. If]] ,
427- [[ this error still occurs, then see if any additional help has been provided on the issue]] ,
428- [[ https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/303.]] ,
429- [[ ]] ,
430- [[ If you are unable to update to a newer version of Neovim nightly, you can workaround ]] ,
431- [[ the problem by pinning kitty-scrollback.nvim to `v6.1.2`.]] ,
432- [[ ]] ,
433- [[ For example, if you are using lazy.nvim]] ,
434- [[ >lua]] ,
435- [[ return {]] ,
436- [[ {]] ,
437- [[ 'mikesmithgh/kitty-scrollback.nvim',]] ,
438- [[ tag = 'v6.1.2',]] ,
439- [[ enabled = true,]] ,
440- [[ lazy = true,]] ,
441- [[ cmd = { 'KittyScrollbackGenerateKittens', 'KittyScrollbackCheckHealth', 'KittyScrollbackGenerateCommandLineEditing' },]] ,
442- [[ event = { 'User KittyScrollbackLaunch' },]] ,
443- [[ -- version = '*', -- latest stable version, may have breaking changes if major version changed]] ,
444- [[ -- version = '^6.0.0', -- pin major version, include fixes and features that do not have breaking changes]] ,
445- [[ config = function()]] ,
446- [[ require('kitty-scrollback').setup()]] ,
447- [[ end,]] ,
448- [[ },]] ,
449- [[ }]] ,
450- [[ <]] ,
451- [[ If this is unrelated to issue #303, then create a new issue at ]] ,
452- [[ https://github.com/mikesmithgh/kitty-scrollback.nvim/issues and provide the ]] ,
453- [[ `KittyScrollbackCheckHealth` report.]] ,
424+ [[ Please report the issue at https://github.com/mikesmithgh/kitty-scrollback.nvim/issues]] ,
425+ [[ and provide the `KittyScrollbackCheckHealth` report.]] ,
454426 })
455427 ksb_api .close_kitty_loading_window ()
456428 if block_input_timer then
0 commit comments