Open
Description
Field | Description |
---|---|
Plugin | <neorg> |
Nixpkgs | <unstable> |
Home Manager | <unstable> |
- I have read the FAQ and my bug is not listed there.
Description
Enabling neorg's telescope integration does nothing, there's nothing added to my init.lua by enabling it.
Minimal, Reproducible Example (MRE)
programs.nixvim = {
plugins.neorg = {
enable = true;
telescopeIntegration.enable = true;
};
};