feat: add lsp_lines plugin source

This commit is contained in:
NotAShelf 2023-07-30 19:54:43 +03:00
parent 32a13428ec
commit 962029703e
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
3 changed files with 23 additions and 0 deletions

View File

@ -613,6 +613,22 @@
"type": "github"
}
},
"lsp-lines": {
"flake": false,
"locked": {
"lastModified": 1684163755,
"narHash": "sha256-Zhf2xitLWtE+dWqhvWtLM1K1WdtBvkqqoRLSYIO42oY=",
"owner": "~whynothugo",
"repo": "lsp_lines.nvim",
"rev": "f53af96d4789eef39a082dbcce078d2bfc384ece",
"type": "sourcehut"
},
"original": {
"owner": "~whynothugo",
"repo": "lsp_lines.nvim",
"type": "sourcehut"
}
},
"lsp-signature": {
"flake": false,
"locked": {
@ -1421,6 +1437,7 @@
"indent-blankline": "indent-blankline",
"kommentary": "kommentary",
"leap-nvim": "leap-nvim",
"lsp-lines": "lsp-lines",
"lsp-signature": "lsp-signature",
"lspkind": "lspkind",
"lspsaga": "lspsaga",

View File

@ -108,6 +108,11 @@
flake = false;
};
lsp-lines = {
url = "sourcehut:~whynothugo/lsp_lines.nvim";
flake = false;
};
null-ls = {
url = "github:jose-elias-alvarez/null-ls.nvim";
flake = false;

View File

@ -90,6 +90,7 @@ with lib; let
"nvim-navic"
"nvim-navbuddy"
"copilot-cmp"
"lsp-lines"
];
# You can either use the name of the plugin or a package.
pluginType = with types;