Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 272 Bytes

File metadata and controls

17 lines (14 loc) · 272 Bytes

session-manager.nvim

Tiny plugin that manage session of neovim.

Install

Using 'lazy.nvim'

{
  'devoc09/session-manager.nvim',
  opts = {
    auto_load = false, -- automatic load session file when exists.
  }
}