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

E434: Can't find tag pattern when using :h neorg + something #994

Closed
2 tasks done
Fissium opened this issue Jul 24, 2023 · 2 comments
Closed
2 tasks done

E434: Can't find tag pattern when using :h neorg + something #994

Fissium opened this issue Jul 24, 2023 · 2 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@Fissium
Copy link

Fissium commented Jul 24, 2023

Prerequisites

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

Neovim Version

NVIM v0.9.1 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3

Neorg setup

return {
  "nvim-neorg/neorg",
  build = ":Neorg sync-parsers",
  dependencies = { "nvim-lua/plenary.nvim" },
  event = "VeryLazy",
  opts = {
    load = {
      ["core.defaults"] = {}, -- Loads default behaviour
      ["core.concealer"] = {}, -- Adds pretty icons to your documents
      ["core.keybinds"] = {}, -- Adds default keybindings
      ["core.completion"] = {
        config = {
          engine = "nvim-cmp",
        },
      }, -- Enables support for completion plugins
      ["core.journal"] = {}, -- Enables support for the journal module
      ["core.dirman"] = { -- Manages Neorg workspaces
        config = {
          workspaces = {
            notes = "~/Documents/Notes",
          },
          default_workspace = "notes",
        },
      },
    },
  },
}

Actual behavior

image

Expected behavior

No errors

Steps to reproduce

run h: neorg

Potentially conflicting plugins

No response

Other information

I use Astronvim Neovim config

Help

None

Implementation help

No response

@Fissium Fissium added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Jul 24, 2023
@Fissium Fissium changed the title E434: Can't find tag pattern when using :h something E434: Can't find tag pattern when using :h neorg + something Jul 24, 2023
@vhyrro
Copy link
Member

vhyrro commented Aug 1, 2023

Hey, this should now be fixed! If there's still anything wrong then feel free to reopen :)

@Fissium
Copy link
Author

Fissium commented Aug 2, 2023

Hi. There's the same error, but now only with :h neorg. Everything else works fine, for example :h neorg-math.
image

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

2 participants