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

Q. What happened to diagnositc_config_sign [sic] #307

Open
hjkatz opened this issue Jun 11, 2024 · 1 comment
Open

Q. What happened to diagnositc_config_sign [sic] #307

hjkatz opened this issue Jun 11, 2024 · 1 comment

Comments

@hjkatz
Copy link
Contributor

hjkatz commented Jun 11, 2024

In my config I previously had:

local lsp_attach = function(client, bufnr)
  local opts = { buffer = bufnr }
  require("navigator.dochighlight").documentHighlight(bufnr)
  require("navigator.lspclient.highlight").add_highlight()
  require("navigator.lspclient.highlight").diagnositc_config_sign() -- [sic]
...

But I don't see that field anymore (nvim is throwing an error). What should we update this config/field to instead?

@PerMalmberg
Copy link

It looks to have been replaced by config_signs() in this commit. 40c6bb3#diff-648dac2ff11c5d47dfe35a33761b6d3e80efcf85544ab268a4f21c92fdb13032

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

2 participants