Skip to content

Commit

Permalink
feat(lsp): Add nvim-lsp-endhints (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 4, 2024
1 parent 34c3dec commit 67d6d76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/lsp/nvim-lsp-endhints/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# nvim-lsp-endhints

Display LSP inlay hints at the end of the line, rather than within the line.

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

0 comments on commit 67d6d76

Please sign in to comment.