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

bug: Typo in HL group docs #56

Open
2 tasks done
enfantrichedeprime opened this issue Jan 30, 2025 · 0 comments
Open
2 tasks done

bug: Typo in HL group docs #56

enfantrichedeprime opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@enfantrichedeprime
Copy link

Did you check docs and existing issues?

  • I have read the Portal docs
  • I have searched the existing issues of Portal

Neovim version (nvim -v)

latest

Operating system/version

MacOS

Describe the bug

There's a typo in the docs.

"PoralTitle" should be "PortalTitle"

The group name itself is working correctly, e.g
vim.api.nvim_set_hl(0, "PortalTitle", { link = "NormalFloat" })

Great plugin btw!

Steps To Reproduce

vim.api.nvim_set_hl(0, "PoralTitle", { link = "NormalFloat" })

Expected Behavior

vim.api.nvim_set_hl(0, "PortalTitle", { link = "NormalFloat" })

Repro

@enfantrichedeprime enfantrichedeprime added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant