Skip to content

Commit

Permalink
feat(lsp): Add lsp-lens.nvim (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Feb 5, 2024
1 parent 402ded4 commit 340fdd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/lsp/lsp-lens-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# lsp-lens.nvim

Neovim plugin for displaying reference and definition info upon functions like JB's IDEA.

**Repository:** <https://github.com/VidocqH/lsp-lens.nvim>
4 changes: 4 additions & 0 deletions lua/astrocommunity/lsp/lsp-lens-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"VidocqH/lsp-lens.nvim",
opts = {},
}

0 comments on commit 340fdd3

Please sign in to comment.