nvimdev / dbsession.nvim

a simple small powerful session for neovim
MIT License
31 stars 2 forks source link

:SessionLoad not a command #3

Closed jessebot closed 1 year ago

jessebot commented 1 year ago

I used packer to install with:

use({'glepnir/dbsession.nvim', event = 'BufRead',
    config = function() require('dbsession').setup({}) end
})

Then I ran :PackerInstall. I tried restarting neovim, but :SessionSave and :SessionLoad are not commands. Is there anything else I need to do to use the session manager?

I want to use it with dashboard-nvim using this config: https://github.com/jessebot/dot_files/blob/8e75f2c52a111f19669c7ef64c11be6f90ecb889/.config/nvim/lua/user/dashboard.lua

Thank you for working on these plugins!

glepnir commented 1 year ago

you need packercompile it