mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
plugins/neorg: use neorgTelescopePackage option
This commit is contained in:
parent
7a9bb2ee95
commit
e3e3774177
2 changed files with 25 additions and 3 deletions
|
@ -75,13 +75,24 @@
|
|||
};
|
||||
|
||||
telescope-integration = {
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
plugins = {
|
||||
telescope.enable = false;
|
||||
telescope.enable = true;
|
||||
|
||||
neorg = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
modules."core.integrations.telescope".__empty = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
plugins.neorg = {
|
||||
enable = true;
|
||||
neorgTelescopePackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue