ray-x/navigator.lua

Q. What happened to diagnositc_config_sign [sic]

Closed this issue · 1 comments

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?

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