folke / neoconf.nvim

💼 Neovim plugin to manage global and project-local settings
Apache License 2.0
715 stars 29 forks source link

Indicate error/warning origin #16

Closed bugsbugsbux closed 3 months ago

bugsbugsbux commented 1 year ago

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'
})
github-actions[bot] commented 3 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.