Skip to content
Discussion options

You must be logged in to vote

I've found the cause for the problem. The nix module's default configuration generated the blink config but have the cmdline opt set as cmdline = { sources = {} } and also set the preset to none and therefore ootb it doesn't have any sources nor keybinds attached.
If anyone's using nvf and coming across this you can enable cmdline again by using

setupOpts = {
  cmdline.sources = null;
  cmdline.keymap.preset = "default";
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mnpqraven
Comment options

@mnpqraven
Comment options

Answer selected by mnpqraven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants