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

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

-- 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.
I noticed that on certain lines some very basic diagnostics doesn't display through tiny's ui.

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

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