🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

plugins: purge lsp-status

robin ea5ea253 9b5a6e72

-38
-1
config/lua/ivy/plugins/lsp.lua
··· 49 49 end, 50 50 }, 51 51 52 - { "lsp-status.nvim" }, 53 52 { "schemastore.nvim" }, 54 53 55 54 {
-21
pkgs/ivy-plugins/_sources/generated.json
··· 279 279 }, 280 280 "version": "f606f66b2aafbd0dbb4328aeab2b89e5dd9d3473" 281 281 }, 282 - "lsp-status": { 283 - "cargoLocks": null, 284 - "date": "2022-08-03", 285 - "extract": null, 286 - "name": "lsp-status", 287 - "passthru": null, 288 - "pinned": false, 289 - "src": { 290 - "deepClone": false, 291 - "fetchSubmodules": false, 292 - "leaveDotGit": false, 293 - "name": null, 294 - "owner": "nvim-lua", 295 - "repo": "lsp-status.nvim", 296 - "rev": "54f48eb5017632d81d0fd40112065f1d062d0629", 297 - "sha256": "sha256-gmLeVnDyL8Zf5ZG92tP3mb/LAt438BxFtAi/Xax2zLI=", 298 - "sparseCheckout": [], 299 - "type": "github" 300 - }, 301 - "version": "54f48eb5017632d81d0fd40112065f1d062d0629" 302 - }, 303 282 "lylla-nvim": { 304 283 "cargoLocks": null, 305 284 "date": "2025-09-03",
-12
pkgs/ivy-plugins/_sources/generated.nix
··· 161 161 }; 162 162 date = "2025-07-31"; 163 163 }; 164 - lsp-status = { 165 - pname = "lsp-status"; 166 - version = "54f48eb5017632d81d0fd40112065f1d062d0629"; 167 - src = fetchFromGitHub { 168 - owner = "nvim-lua"; 169 - repo = "lsp-status.nvim"; 170 - rev = "54f48eb5017632d81d0fd40112065f1d062d0629"; 171 - fetchSubmodules = false; 172 - sha256 = "sha256-gmLeVnDyL8Zf5ZG92tP3mb/LAt438BxFtAi/Xax2zLI="; 173 - }; 174 - date = "2022-08-03"; 175 - }; 176 164 lylla-nvim = { 177 165 pname = "lylla-nvim"; 178 166 version = "d6a6ddfbcf4724adb14ea85c51615fb2062a846c";
-4
pkgs/ivy-plugins/nvfetcher.toml
··· 55 55 fetch.github = "comfysage/keymaps.nvim" 56 56 src.git = "https://github.com/comfysage/keymaps.nvim" 57 57 58 - [lsp-status] 59 - fetch.github = "nvim-lua/lsp-status.nvim" 60 - src.git = "https://github.com/nvim-lua/lsp-status.nvim" 61 - 62 58 [lylla-nvim] 63 59 fetch.github = "comfysage/lylla.nvim" 64 60 src.git = "https://github.com/comfysage/lylla.nvim"