Skip to content

Diagnostics does not display on certain lines #179

@rishyramen

Description

@rishyramen

I noticed that on certain lines some very basic diagnostics doesn't display through tiny's ui.
Image

I'm not sure what the exact conditions are but I did notice when I add a space in the above example it did end up showing
Image

-- nvim -u minimal.lua --noplugin
vim.lsp.enable('nixd')
vim.cmd.packadd('tiny-inline-diagnostic.nvim')
require('tiny-inline-diagnostic').setup {
  options = {
    show_diags_only_under_cursor = true,
    multilines = {
      -- enabled = true,
      -- always_show = true
    }
  },
  signs = {
    left = '',
    right = '',
  },
}

Here the attached lsp is nixd but I do notice it when using lua_ls as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions