Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introspector not working. #1405

Open
2 tasks done
Klemenceo opened this issue Apr 24, 2024 · 0 comments
Open
2 tasks done

introspector not working. #1405

Klemenceo opened this issue Apr 24, 2024 · 0 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@Klemenceo
Copy link

Klemenceo commented Apr 24, 2024

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

NVIM v0.10.0-dev-2995+ga1550dbf0-Homebrew

Neorg setup

   config = function()
            require("neorg").setup {
                load = {
                    ["core.defaults"] = {},
                    ["core.todo-introspector"] = {},
                    ["core.concealer"] = {},
                    ["core.dirman"] = {
                        config = {
                            workspaces = {
                                work = "~/.work_notes/",
                            },
                            default_workspace = "work",
                        },
                    },
                },
            }

        end,

Actual behavior

No summary of child tasks using the example below :

$cat index.norg
* ( ) Hello World!

  Important things to do bozo:
  - ( ) Shopping
  - ( ) other things

Result :
Screenshot 2024-04-24 at 18 46 35

Expected behavior

Summary of done / total tasks should be added at header levels.

Steps to reproduce

nvim index.org with index.org being the file above.

Potentially conflicting plugins

No response

Other information

Contrary to prerequisites this is run using nvim nightly as the todo-introspector module is only loading using that version.

Help

None

Implementation help

No response

@Klemenceo Klemenceo added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

1 participant