mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 16:45:32 +00:00
25 lines
380 B
Lua
25 lines
380 B
Lua
return {
|
|
{
|
|
'rmagatti/auto-session',
|
|
lazy = false,
|
|
version = '*',
|
|
---@module "auto-session"
|
|
---@type AutoSession.Config
|
|
opts = {
|
|
suppressed_dirs = {
|
|
'/',
|
|
'~/',
|
|
'~/Downloads',
|
|
'~/Library',
|
|
},
|
|
-- log_level = 'debug',
|
|
},
|
|
},
|
|
|
|
{
|
|
'nvim-lua/plenary.nvim',
|
|
version = '*',
|
|
lazy = false,
|
|
},
|
|
}
|