mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 14:45:17 +00:00
23 lines
318 B
Lua
23 lines
318 B
Lua
return {
|
|
{
|
|
'rmagatti/auto-session',
|
|
lazy = false,
|
|
version = '*',
|
|
opts = {
|
|
suppressed_dirs = {
|
|
'/',
|
|
'~/',
|
|
'~/Downloads',
|
|
'~/Library',
|
|
},
|
|
-- log_level = 'debug',
|
|
},
|
|
},
|
|
|
|
{
|
|
'nvim-lua/plenary.nvim',
|
|
version = '*',
|
|
lazy = false,
|
|
},
|
|
}
|