mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: disable restore on root
This commit is contained in:
parent
b5a41c2728
commit
993b2435bb
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ return {
|
|||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
opts = {
|
||||
auto_session_enable_last_session = true,
|
||||
-- auto_session_enable_last_session = true,
|
||||
auto_session_enabled = true,
|
||||
auto_save_enabled = true,
|
||||
auto_restore_enabled = true,
|
||||
|
|
@ -37,7 +37,7 @@ return {
|
|||
buftypes_to_ignore = {},
|
||||
},
|
||||
cwd_change_handling = {
|
||||
restore_upcoming_session = true,
|
||||
-- restore_upcoming_session = true,
|
||||
post_cwd_changed_hook = function()
|
||||
require("lualine").refresh()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue