practicalli / practicalli/nvim-astro

plugin: tiny-diagnostics pleasant lsp popups

Open
#47 2 comments 0 reactions 1 assignee View on GitHub

@practicalli-johnny is already working on this.

Since Jun 6, 2025.

good first issue
Dominant language
Lua
Stars
13
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Review the tiny-inline-diagnostics for prettier and easier to read popups of diagnostics messages

https://github.com/rachartier/tiny-inline-diagnostic.nvim

Available from Astrocommunity: https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/diagnostics/tiny-inline-diagnostic-nvim

  -- ----------------------------------------------
  -- Diagnostics

  -- Pretty LSP diagnostics
  { import = "astrocommunity.diagnostics.tiny-inline-diagnostic-nvim" },
  -- ----------------------------------------------

Or define using the plugin directly, optionally defining a preset (theme)

  -- Stylised LSP diagnostic
  {
    "rachartier/tiny-inline-diagnostic.nvim",
    opts = {
      -- Style preset for diagnostic messages
      preset = "powerline",
    },
  },

NOTE: replaces #43

Tests

Works well on lua files when editing the Astro5 configuration

Didnt work with Clojure by default 😿 Update: works when diagnostics UI toggle enabled

NOTE: on AstroNvim discord someone mentioned creating an astrocommunity spec to add toggles

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.