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

Error when add new plugin's config by require("configs.editor.xxx") #1030

Closed
3 tasks done
ayamir opened this issue Oct 20, 2023 · 2 comments · Fixed by #1032
Closed
3 tasks done

Error when add new plugin's config by require("configs.editor.xxx") #1030

ayamir opened this issue Oct 20, 2023 · 2 comments · Fixed by #1032
Labels
bug Something isn't working has:repro This issue contains reproducing steps

Comments

@ayamir
Copy link
Owner

ayamir commented Oct 20, 2023

Version confirmation

  • Confirm

Following prerequisites

  • Confirm

Not a user config issue

  • Confirm

Neovim version

NVIM v0.9.4

Operating system/version

Archlinux

Terminal name/version

wezterm 20230712-072601-f4abf8fd

$TERM environment variable

screen-256color

Branch info

main (Default/Latest)

Fetch Preferences

HTTPS (use_ssh = false)

How to reproduce the issue

Add a new plugin like todo-comments according to the wiki.

Expected behavior

No error.

Actual behavior

image

Additional information

Using require("user.configs.editor.todo-comments") will work.

But I don't know why we specially emphasized it here which is wrong.

@ayamir ayamir added the bug Something isn't working label Oct 20, 2023
@ayamir
Copy link
Owner Author

ayamir commented Oct 20, 2023

@Jint-lzxy
Copy link
Collaborator

Sorry for the slip - the searcher function for locating user configs was actually ill-formed. #1032 should fix this.

@Jint-lzxy Jint-lzxy added the has:repro This issue contains reproducing steps label Oct 20, 2023
@ayamir ayamir mentioned this issue Oct 22, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has:repro This issue contains reproducing steps
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants