We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25714e6 commit 0561b24Copy full SHA for 0561b24
plugins.json
@@ -7,6 +7,13 @@
7
"summary": "An interactive and powerful Git interface for Neovim, inspired by Magit",
8
"license": "MIT"
9
},
10
+ {
11
+ "name": "https://git.sr.ht/~whynothugo/lsp_lines.nvim",
12
+ "shorthand": "lsp_lines.nvim",
13
+ "dependencies": [],
14
+ "summary": "Renders diagnostics using virtual lines on top of the real line of code.",
15
+ "license": "ISC"
16
+ },
17
{
18
"name": "folke/flash.nvim",
19
"shorthand": "flash.nvim",
0 commit comments