mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
feat: add lsp_lines plugin source
This commit is contained in:
parent
32a13428ec
commit
962029703e
3 changed files with 23 additions and 0 deletions
17
flake.lock
17
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue