diff --git a/flake.lock b/flake.lock index 9c14e84..078c43f 100644 --- a/flake.lock +++ b/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", diff --git a/flake.nix b/flake.nix index 4a81e24..957010b 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index ccbde55..18ad20c 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -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;