From 13a43af6e7649dde252993037d11fcd36a55e8f9 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Sat, 13 Jul 2024 11:00:28 +0200 Subject: [PATCH] Add `rmagatti/session-lens` (#1252) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cb6e84..b5e0c8c 100644 --- a/README.md +++ b/README.md @@ -1162,6 +1162,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Session - [rmagatti/auto-session](https://github.com/rmagatti/auto-session) - A small automated session manager. +- [rmagatti/session-lens](https://github.com/rmagatti/session-lens) - A session-switcher extension for rmagatti/auto-session using Telescope.nvim. - [echasnovski/mini.nvim#mini.sessions](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-sessions.md) - Module of `mini.nvim` for session management (read, write, delete). - [gennaro-tedesco/nvim-possession](https://github.com/gennaro-tedesco/nvim-possession) - The no-nonsense session manager. - [olimorris/persisted.nvim](https://github.com/olimorris/persisted.nvim) - Simple session management with git branching, autosave/autoload and Telescope support.