Skip to content

Commit

Permalink
feat(diagnostics): Add error-lens.nvim (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Apr 9, 2024
1 parent 4c76bfc commit 9543573
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/diagnostics/error-lens-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# error-lens.nvim

An enhanced visual diagnostic display for Neovim, inspired by the Error Lens extension for Visual Studio Code.

**Repository:** <https://github.com/chikko80/error-lens.nvim>
8 changes: 8 additions & 0 deletions lua/astrocommunity/diagnostics/error-lens-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
"chikko80/error-lens.nvim",
event = "User AstroFile",
dependencies = {
"nvim-telescope/telescope.nvim",
},
opts = {},
}

0 comments on commit 9543573

Please sign in to comment.