Skip to content

mini.sessions

Evgeni Chasnovski edited this page May 9, 2022 · 1 revision

How to start nvim without session when autoread is true?

All "runtime" options in every 'mini.nvim' module can be modified manually after setup to take effect. So to do this, start Neovim with nvim -c 'lua MiniSessions.config.autoread = false'.

Clone this wiki locally