Skip to content

Commit

Permalink
Merge pull request #355 from cameronr/main
Browse files Browse the repository at this point in the history
docs(readme): Use opts for example Lazy.nvim config
  • Loading branch information
cameronr authored Aug 19, 2024
2 parents 96c0630 + 64852d9 commit ec97ece
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ AutoSession takes advantage of Neovim's existing session management capabilities
dependencies = {
'nvim-telescope/telescope.nvim', -- Only needed if you want to use sesssion lens
},
config = function()
require('auto-session').setup({
auto_session_suppress_dirs = { '~/', '~/Projects', '~/Downloads', '/' },
})
end,
opts = {
auto_session_suppress_dirs = { '~/', '~/Projects', '~/Downloads', '/' },
-- log_level = 'debug',
}
}
```

Expand Down

0 comments on commit ec97ece

Please sign in to comment.