Skip to content

Commit

Permalink
feat(diagnostics): add tiny-inline-diagnostic-nvim (#1251)
Browse files Browse the repository at this point in the history
feat(tiny-inline-diagnostic-nvim): add `tiny-inline-diagnostic-nvim`
  • Loading branch information
ALameLlama authored Oct 28, 2024
1 parent c4903b2 commit 4bb0fa7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tiny-inline-diagnostic.nvim

A Neovim plugin that display prettier diagnostic messages. Display one line diagnostic messages where the cursor is, with icons and colors.

**Repository:** <https://github.com/rachartier/tiny-inline-diagnostic.nvim>

_Note_: This sets the Astrocore diagnostics to level 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
return {
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",
dependencies = {
"astronvim/astrocore",
opts = {
diagnostics = {
-- Disable diagnostics virtual text to prevent duplicates
virtual_text = false,
},
},
},
opts = {},
}

0 comments on commit 4bb0fa7

Please sign in to comment.