diff --git a/README.md b/README.md
index ed6498a8..db4acecf 100644
--- a/README.md
+++ b/README.md
@@ -24,16 +24,6 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute comma
> [!NOTE]\
> 👀 Check out [Advanced Configuration](https://github.com/mikesmithgh/kitty-scrollback.nvim/wiki/Advanced-Configuration) for more demos! 🎥
-## ⚡️ Neovim Conf 2023: Developing kitty-scrollback.nvim
-> Check out my lighting talk on Dec 8th at Neovim Conf 2023 about kitty-scrollback.nvim!
-
-
-
-
## 🚀 Migrating to v2.0.0
@@ -483,10 +473,11 @@ The API is available via the `kitty-scrollback.api` module. e.g., `require('kitt
## 👏 Recommendations
-The following plugins are nice additions to your Neovim and Kitty setup.
+- My ⚡️ Lightning Talk @ Neovim Conf 2023 [Developing kitty-scrollback.nvim](https://neovimconf.live/speakers/mikesmith/) will soon be available on [NeovimConf YouTube](https://www.youtube.com/@neovimconf)
-- [vim-kitty](https://github.com/fladson/vim-kitty) - Syntax highlighting for Kitty terminal config files
-- [smart-splits.nvim](https://github.com/mrjones2014/smart-splits.nvim) - Seamless navigation between Neovim and Kitty split panes
+- The following plugins are nice additions to your Neovim and Kitty setup.
+ - [vim-kitty](https://github.com/fladson/vim-kitty) - Syntax highlighting for Kitty terminal config files
+ - [smart-splits.nvim](https://github.com/mrjones2014/smart-splits.nvim) - Seamless navigation between Neovim and Kitty split panes
## 🤝 Acknowledgements
- Kitty [custom kitten](https://sw.kovidgoyal.net/kitty/kittens/custom/) documentation
diff --git a/doc/kitty-scrollback.nvim.txt b/doc/kitty-scrollback.nvim.txt
index eeccd35a..fdbee787 100644
--- a/doc/kitty-scrollback.nvim.txt
+++ b/doc/kitty-scrollback.nvim.txt
@@ -547,10 +547,12 @@ The API is available via the `kitty-scrollback.api` module. e.g.,
RECOMMENDATIONS *kitty-scrollback.nvim-recommendations*
-The following plugins are nice additions to your Neovim and Kitty setup.
-
-- vim-kitty - Syntax highlighting for Kitty terminal config files
-- smart-splits.nvim - Seamless navigation between Neovim and Kitty split panes
+- My Lightning Talk @ Neovim Conf 2023 Developing kitty-scrollback.nvim
+ will soon be available on
+ NeovimConf YouTube
+- The following plugins are nice additions to your Neovim and Kitty setup.
+ - vim-kitty - Syntax highlighting for Kitty terminal config files
+ - smart-splits.nvim - Seamless navigation between Neovim and Kitty split panes
ACKNOWLEDGEMENTS *kitty-scrollback.nvim-acknowledgements*