Home

Awesome

dbsession.nvim

A simple small and powerful session plugin for neovim

Install

require('lazy').setup({
    {'glepnir/dbsession.nvim', cmd = { 'SessionSave', 'SessionDelete', 'SessionLoad'},
      opts = { --config --}
    }
})
use({'glepnir/dbsession.nvim', cmd = { 'SessionSave', 'SessionDelete', 'SessionLoad'},
    config = function() require('dbsession').setup({}) end
})

Options

Commands

LICENSE MIT