Closed tbrsvn closed 1 year ago
i need more context. can you please paste your config
It's in vimscript, but here you go:
My fork of alpha.nvim changes nothing except for the logo and removes some buttons.
you don't need to fork alpha to do that
the dashboard theme just has a bunch of example keybindings, it doesn't actually do session management or create those keybindings for you by default because this plugin doesn't assume what you have installed. i would recommend you read the docs to learn how to config alpha and then create a new dashboard button with a keybind to load a session managed by a session management plugin
How would I make the keybinds then?
https://github.com/goolord/alpha-nvim/blob/main/doc/alpha.txt#L275-L278 please just read the docs
I edited my neovim config to work with your plugin, but it still has that error. New config is:
you still don't have a keybinding set for <SPC> s l
. the "error" is vim telling you the alpha buffer is unmodifiable because s
enters insert mode. i can tell you didn't read the documentation so i'm not interested in helping you any further
Hello, when I click Open last session I get error: E21: Cannot make changes, 'modifiable' is off. What should I do to fix this? It should open my last session.