mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 05:44:31 +02:00
tests/neorg: re-enable finally
This commit is contained in:
parent
90a4e3d88b
commit
dfbd272170
1 changed files with 7 additions and 14 deletions
|
@ -1,19 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package.
|
||||
# In the meantime, disable the test.
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
|
||||
# Treesitter is required when using the "core.defaults" module.
|
||||
plugins.treesitter.enable = true;
|
||||
plugins.neorg.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package.
|
||||
# In the meantime, disable the test.
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
|
||||
plugins = {
|
||||
# Treesitter is required when using the "core.defaults" module.
|
||||
treesitter.enable = true;
|
||||
|
@ -75,9 +67,9 @@
|
|||
};
|
||||
|
||||
telescope-integration = {
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
plugins = {
|
||||
# Treesitter is required when using the "core.defaults" module.
|
||||
treesitter.enable = true;
|
||||
telescope.enable = true;
|
||||
|
||||
neorg = {
|
||||
|
@ -90,8 +82,9 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
# TODO: re-enable when this will have been fixed upstream.
|
||||
test.runNvim = false;
|
||||
# Treesitter is required when using the "core.defaults" module.
|
||||
plugins.treesitter.enable = true;
|
||||
|
||||
plugins.neorg = {
|
||||
enable = true;
|
||||
neorgTelescopePackage = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue