Matthew Sia
Results
2
comments of
Matthew Sia
Is there no fix if not using `copilot-cmp`?
You can do that with something like this ``` lualine_c = { { function() local diagnostics = vim.diagnostic.get(0, { lnum = vim.fn.line(".") - 1 }) local max_severity = 4 local...