You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,23 @@ You can find the intuitive mappings [here](https://github.com/tmux-plugins/tmux-
240
240
241
241
242
242
243
+
## Persisted Usage for Session Management
244
+
245
+
Add the root of your source directory to `allowed_dir`:
246
+
```lua
247
+
'olimorris/persisted.nvim',
248
+
...
249
+
config = function()
250
+
local utils = require 'persisted.utils'
251
+
local allowed_dirs = {
252
+
'~/.local/src',
253
+
}
254
+
...
255
+
end
256
+
```
257
+
258
+
259
+
243
260
## Gitsigns Usage
244
261
245
262
This plugin is convenient to stage, reset and navigate hunks. Check out the [keymaps](https://github.com/lewis6991/gitsigns.nvim?tab=readme-ov-file#keymaps)
0 commit comments