We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tiny-inline-diagnostic-nvim
1 parent c4903b2 commit 4bb0fa7Copy full SHA for 4bb0fa7
lua/astrocommunity/diagnostics/tiny-inline-diagnostic-nvim/README.md
@@ -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
lua/astrocommunity/diagnostics/tiny-inline-diagnostic-nvim/init.lua
@@ -0,0 +1,14 @@
+return {
+ "rachartier/tiny-inline-diagnostic.nvim",
+ event = "VeryLazy",
+ dependencies = {
+ "astronvim/astrocore",
+ opts = {
+ diagnostics = {
8
+ -- Disable diagnostics virtual text to prevent duplicates
9
+ virtual_text = false,
10
+ },
11
12
13
+ opts = {},
14
+}
0 commit comments