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

Indicate error/warning origin #16

Open
herrvonvoid opened this issue Mar 4, 2023 · 0 comments
Open

Indicate error/warning origin #16

herrvonvoid opened this issue Mar 4, 2023 · 0 comments

Comments

@herrvonvoid
Copy link

Please add a prefix to error messages that tells users where the error is coming from!

For example the nvim-lspconfig is missing error took me quite some time to track down, where it's coming from. I would be awesome if the error would read "Neoconf: nvim-lspconfig not installed?".

Since we're already talking about it: please note in the README install instructions that there is a default (but optional) dependency on nvim-lspconfig. It could read something like:

use({
  "folke/neoconf.nvim",
  -- if plugins.lspconfig.enabled = true (default):
  requires = 'neovim/nvim-lspconfig'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant