practicalli / practicalli/nvim-astro
plugin: tiny-diagnostics pleasant lsp popups
@practicalli-johnny is already working on this.
Since Jun 6, 2025.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.