Skip to content

Commit 4bb0fa7

Browse files
authored
feat(diagnostics): add tiny-inline-diagnostic-nvim (#1251)
feat(tiny-inline-diagnostic-nvim): add `tiny-inline-diagnostic-nvim`
1 parent c4903b2 commit 4bb0fa7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# tiny-inline-diagnostic.nvim
2+
3+
A Neovim plugin that display prettier diagnostic messages. Display one line diagnostic messages where the cursor is, with icons and colors.
4+
5+
**Repository:** <https://github.com/rachartier/tiny-inline-diagnostic.nvim>
6+
7+
_Note_: This sets the Astrocore diagnostics to level 2
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
return {
2+
"rachartier/tiny-inline-diagnostic.nvim",
3+
event = "VeryLazy",
4+
dependencies = {
5+
"astronvim/astrocore",
6+
opts = {
7+
diagnostics = {
8+
-- Disable diagnostics virtual text to prevent duplicates
9+
virtual_text = false,
10+
},
11+
},
12+
},
13+
opts = {},
14+
}

0 commit comments

Comments
 (0)