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 = {
|
empty = {
|
||||||
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package.
|
# Treesitter is required when using the "core.defaults" module.
|
||||||
# In the meantime, disable the test.
|
plugins.treesitter.enable = true;
|
||||||
# TODO: re-enable when this will have been fixed upstream.
|
|
||||||
test.runNvim = false;
|
|
||||||
|
|
||||||
plugins.neorg.enable = true;
|
plugins.neorg.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
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 = {
|
plugins = {
|
||||||
# Treesitter is required when using the "core.defaults" module.
|
# Treesitter is required when using the "core.defaults" module.
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
|
@ -75,9 +67,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
telescope-integration = {
|
telescope-integration = {
|
||||||
# TODO: re-enable when this will have been fixed upstream.
|
|
||||||
test.runNvim = false;
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
# Treesitter is required when using the "core.defaults" module.
|
||||||
|
treesitter.enable = true;
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
|
|
||||||
neorg = {
|
neorg = {
|
||||||
|
@ -90,8 +82,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
no-packages = {
|
no-packages = {
|
||||||
# TODO: re-enable when this will have been fixed upstream.
|
# Treesitter is required when using the "core.defaults" module.
|
||||||
test.runNvim = false;
|
plugins.treesitter.enable = true;
|
||||||
|
|
||||||
plugins.neorg = {
|
plugins.neorg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
neorgTelescopePackage = null;
|
neorgTelescopePackage = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue