Skip to content

Commit

Permalink
docs: add auto-session example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-chong committed Dec 2, 2023
1 parent ff55118 commit 727862a
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ Make sure to run `:Lazy load copilot-cmp` followed by `:Copilot auth` once the p

### [persistence](https://github.com/folke/persistence.nvim)

**simple session management**
**simple IDE-like session management**

```lua
{
Expand All @@ -869,6 +869,20 @@ Also define keybindings in your `config.lua`
}
```

### [auto-session](https://github.com/rmagatti/auto-session)

**vim-style session management (works great with [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum))**


```lua
{
'rmagatti/auto-session',
config = function()
require("auto-session").setup {}
end,
},
```

### [todo-comments.nvim](https://github.com/folke/todo-comments.nvim)

**highlight and search for todo comments**
Expand Down

0 comments on commit 727862a

Please sign in to comment.