Skip to content

Commit

Permalink
feat(tiny-inline-diagnostic-nvim): add tiny-inline-diagnostic-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama committed Oct 24, 2024
1 parent 99cd785 commit c17e131
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 = {
features = {
-- Disable diagnostics virtual textto prevet duplicates
diagnostics_mode = 2,
},
},
},
opts = {},
}

0 comments on commit c17e131

Please sign in to comment.