mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 12:09:48 +01:00
fd4df3432e
* LSP: Add astro * LSP: Properly add astro * LSP: Properly actually add astro * Flake: Fix mnw * Update flake/develop.nix Co-authored-by: raf <raf@notashelf.dev> * Update configuration.nix Co-authored-by: raf <raf@notashelf.dev> * Update astro.nix * Update rl-0.7.md --------- Co-authored-by: raf <raf@notashelf.dev>
2234 lines
65 KiB
JSON
2234 lines
65 KiB
JSON
{
|
|
"nodes": {
|
|
"flake-parts": {
|
|
"inputs": {
|
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1730504689,
|
|
"narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=",
|
|
"owner": "hercules-ci",
|
|
"repo": "flake-parts",
|
|
"rev": "506278e768c2a08bec68eb62932193e341f55c90",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hercules-ci",
|
|
"repo": "flake-parts",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"flake-utils": {
|
|
"inputs": {
|
|
"systems": "systems"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1731533236,
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"mnw": {
|
|
"locked": {
|
|
"lastModified": 1731821965,
|
|
"narHash": "sha256-QiGi/HBQRnIRGY4gQPuH7T3hr7NznOpEO7qNpF5ldmE=",
|
|
"owner": "Gerg-L",
|
|
"repo": "mnw",
|
|
"rev": "5fe5c41975ed0af55f55dc37cd28ba906a5d015e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Gerg-L",
|
|
"repo": "mnw",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"naersk": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"rnix-lsp",
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1655042882,
|
|
"narHash": "sha256-9BX8Fuez5YJlN7cdPO63InoyBy7dm3VlJkkmTt6fS1A=",
|
|
"owner": "nix-community",
|
|
"repo": "naersk",
|
|
"rev": "cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-community",
|
|
"repo": "naersk",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nil": {
|
|
"inputs": {
|
|
"flake-utils": [
|
|
"flake-utils"
|
|
],
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
],
|
|
"rust-overlay": "rust-overlay"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1732053863,
|
|
"narHash": "sha256-DCIVdlb81Fct2uwzbtnawLBC/U03U2hqx8trqTJB7WA=",
|
|
"owner": "oxalica",
|
|
"repo": "nil",
|
|
"rev": "2e24c9834e3bb5aa2a3701d3713b43a6fb106362",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "oxalica",
|
|
"repo": "nil",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1733024928,
|
|
"narHash": "sha256-n/DOfpKH1vkukuBnach91QBQId2dr5tkE7/7UrkV2zw=",
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "2c27ab2e60502d1ebb7cf38909de38663f762a79",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nixos",
|
|
"ref": "nixpkgs-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs-lib": {
|
|
"locked": {
|
|
"lastModified": 1730504152,
|
|
"narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=",
|
|
"type": "tarball",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
|
|
},
|
|
"original": {
|
|
"type": "tarball",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
|
|
}
|
|
},
|
|
"nixpkgs_2": {
|
|
"locked": {
|
|
"lastModified": 1656753965,
|
|
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nixos",
|
|
"ref": "nixos-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nmd": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1705050560,
|
|
"narHash": "sha256-x3zzcdvhJpodsmdjqB4t5mkVW22V3wqHLOun0KRBzUI=",
|
|
"owner": "~rycee",
|
|
"repo": "nmd",
|
|
"rev": "66d9334933119c36f91a78d565c152a4fdc8d3d3",
|
|
"type": "sourcehut"
|
|
},
|
|
"original": {
|
|
"owner": "~rycee",
|
|
"repo": "nmd",
|
|
"type": "sourcehut"
|
|
}
|
|
},
|
|
"plugin-alpha-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731604504,
|
|
"narHash": "sha256-sNi5qarejYqM4/J7lBZI3gjVLxer5FBPq8K6qjqcMjA=",
|
|
"owner": "goolord",
|
|
"repo": "alpha-nvim",
|
|
"rev": "de72250e054e5e691b9736ee30db72c65d560771",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "goolord",
|
|
"repo": "alpha-nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-base16": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1716483968,
|
|
"narHash": "sha256-GRF/6AobXHamw8TZ3FjL7SI6ulcpwpcohsIuZeCSh2A=",
|
|
"owner": "rrethy",
|
|
"repo": "base16-nvim",
|
|
"rev": "6ac181b5733518040a33017dde654059cd771b7c",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rrethy",
|
|
"repo": "base16-nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-bufdelete-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1708814161,
|
|
"narHash": "sha256-ljUNfmpImtxFCS19HC9kFlaLlqaPDltKtnx1+/6Y33U=",
|
|
"owner": "famiu",
|
|
"repo": "bufdelete.nvim",
|
|
"rev": "f6bcea78afb3060b198125256f897040538bcb81",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "famiu",
|
|
"repo": "bufdelete.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-catppuccin": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732428187,
|
|
"narHash": "sha256-Oogw5wmYkx/zsMlPE/r6Kt3cy5sC92rwVzf0P9rzqyw=",
|
|
"owner": "catppuccin",
|
|
"repo": "nvim",
|
|
"rev": "faf15ab0201b564b6368ffa47b56feefc92ce3f4",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "catppuccin",
|
|
"repo": "nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-ccc": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727935067,
|
|
"narHash": "sha256-OhdR2sAQV5PvlhaKQ6rYneMmvQiN3QfymOeanpAs9wY=",
|
|
"owner": "uga-rosa",
|
|
"repo": "ccc.nvim",
|
|
"rev": "7c639042583c7bdc7ce2e37e5a0e0aa6d0659c6a",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "uga-rosa",
|
|
"repo": "ccc.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cellular-automaton": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1719777869,
|
|
"narHash": "sha256-nIv7ISRk0+yWd1lGEwAV6u1U7EFQj/T9F8pU6O0Wf0s=",
|
|
"owner": "Eandrju",
|
|
"repo": "cellular-automaton.nvim",
|
|
"rev": "11aea08aa084f9d523b0142c2cd9441b8ede09ed",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Eandrju",
|
|
"repo": "cellular-automaton.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-chatgpt": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1728720509,
|
|
"narHash": "sha256-+YVXAkG4pp7RGs8lGnNFc0kQcUV3O3kYBQaQ5Qa4wB0=",
|
|
"owner": "jackMort",
|
|
"repo": "ChatGPT.nvim",
|
|
"rev": "5b6d296eefc75331e2ff9f0adcffbd7d27862dd6",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "jackMort",
|
|
"repo": "ChatGPT.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cheatsheet-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1640255456,
|
|
"narHash": "sha256-TYkGB7cON2t4GwMaR9H1MDG2j3btBv2AR37ade8kqTY=",
|
|
"owner": "sudormrfbin",
|
|
"repo": "cheatsheet.nvim",
|
|
"rev": "9716f9aaa94dd1fd6ce59b5aae0e5f25e2a463ef",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "sudormrfbin",
|
|
"repo": "cheatsheet.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cinnamon-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1722992123,
|
|
"narHash": "sha256-kccQ4iFMSQ8kvE7hYz90hBrsDLo7VohFj/6lEZZiAO8=",
|
|
"owner": "declancm",
|
|
"repo": "cinnamon.nvim",
|
|
"rev": "450cb3247765fed7871b41ef4ce5fa492d834215",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "declancm",
|
|
"repo": "cinnamon.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cmp-buffer": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1660101488,
|
|
"narHash": "sha256-dG4U7MtnXThoa/PD+qFtCt76MQ14V1wX8GMYcvxEnbM=",
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-buffer",
|
|
"rev": "3022dbc9166796b644a841a02de8dd1cc1d311fa",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-buffer",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cmp-luasnip": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1730707109,
|
|
"narHash": "sha256-86lKQPPyqFz8jzuLajjHMKHrYnwW6+QOcPyQEx6B+gw=",
|
|
"owner": "saadparwaiz1",
|
|
"repo": "cmp_luasnip",
|
|
"rev": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "saadparwaiz1",
|
|
"repo": "cmp_luasnip",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cmp-nvim-lsp": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1715931395,
|
|
"narHash": "sha256-CT1+Z4XJBVsl/RqvJeGmyitD6x7So0ylXvvef5jh7I8=",
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-nvim-lsp",
|
|
"rev": "39e2eda76828d88b773cc27a3f61d2ad782c922d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-nvim-lsp",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cmp-path": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1664784283,
|
|
"narHash": "sha256-thppiiV3wjIaZnAXmsh7j3DUc6ceSCvGzviwFUnoPaI=",
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-path",
|
|
"rev": "91ff86cd9c29299a64f968ebb45846c485725f23",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hrsh7th",
|
|
"repo": "cmp-path",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-cmp-treesitter": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1715596479,
|
|
"narHash": "sha256-8WAk9S+/7vSz7bVHdEzjbKUokU144fvnByIeJ1gAWhU=",
|
|
"owner": "ray-x",
|
|
"repo": "cmp-treesitter",
|
|
"rev": "958fcfa0d8ce46d215e19cc3992c542f576c4123",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ray-x",
|
|
"repo": "cmp-treesitter",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-codewindow-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1717593052,
|
|
"narHash": "sha256-HAqVTAkFZ1/vBiBP/QDE1fmwOl/PbznAxz/jmUFxs88=",
|
|
"owner": "gorbit99",
|
|
"repo": "codewindow.nvim",
|
|
"rev": "dd7017617962943eb1d152fc58940f11c6775a4a",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "gorbit99",
|
|
"repo": "codewindow.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-comment-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1717957420,
|
|
"narHash": "sha256-h0kPue5Eqd5aeu4VoLH45pF0DmWWo1d8SnLICSQ63zc=",
|
|
"owner": "numToStr",
|
|
"repo": "Comment.nvim",
|
|
"rev": "e30b7f2008e52442154b66f7c519bfd2f1e32acb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numToStr",
|
|
"repo": "Comment.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-copilot-cmp": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1718601710,
|
|
"narHash": "sha256-8w9go2SBkI+BrXNadWM8ZxDDfrAnZZJx6RbVHAK4+Pg=",
|
|
"owner": "zbirenbaum",
|
|
"repo": "copilot-cmp",
|
|
"rev": "b6e5286b3d74b04256d0a7e3bd2908eabec34b44",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "zbirenbaum",
|
|
"repo": "copilot-cmp",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-copilot-lua": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729295476,
|
|
"narHash": "sha256-UY6N2Q+egh+Cn4REZXrSGH9ElWQBedl0n8tWJvGe7vs=",
|
|
"owner": "zbirenbaum",
|
|
"repo": "copilot.lua",
|
|
"rev": "f8d8d872bb319f640d5177dad5fbf01f7a16d7d0",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "zbirenbaum",
|
|
"repo": "copilot.lua",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-crates-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727384188,
|
|
"narHash": "sha256-DIG0MXRTit4iEVoLlgsTK4znjam/QDjeZEpIDn6KHiE=",
|
|
"owner": "Saecki",
|
|
"repo": "crates.nvim",
|
|
"rev": "8bf8358ee326d5d8c11dcd7ac0bcc9ff97dbc785",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Saecki",
|
|
"repo": "crates.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-csharpls-extended": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732674428,
|
|
"narHash": "sha256-d7ll3OlOLx/7E+6+uga26L/FAqd8pZ4XquMakxMsFwU=",
|
|
"owner": "Decodetalkers",
|
|
"repo": "csharpls-extended-lsp.nvim",
|
|
"rev": "c788fed627827238de348195c3f318cd090e8e77",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Decodetalkers",
|
|
"repo": "csharpls-extended-lsp.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-dashboard-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1730526793,
|
|
"narHash": "sha256-Qi8kmC3U8Tvxh0pWIBtN3DuWJioEGWn7FqQ8lQwauRo=",
|
|
"owner": "glepnir",
|
|
"repo": "dashboard-nvim",
|
|
"rev": "ae309606940d26d8c9df8b048a6e136b6bbec478",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "glepnir",
|
|
"repo": "dashboard-nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-diffview-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1718279802,
|
|
"narHash": "sha256-SX+ybIzL/w6uyCy4iZKnWnzTFwqB1oXSgyYVAdpdKi8=",
|
|
"owner": "sindrets",
|
|
"repo": "diffview.nvim",
|
|
"rev": "4516612fe98ff56ae0415a259ff6361a89419b0a",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "sindrets",
|
|
"repo": "diffview.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-dracula": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731308832,
|
|
"narHash": "sha256-3Tlk+utoF4QUjTIPszbyMDh5vUyNiBmq4bRW/leMjaU=",
|
|
"owner": "Mofiqul",
|
|
"repo": "dracula.nvim",
|
|
"rev": "e6128ec3923b92bb2b16e81b4a0f04ed0308038e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Mofiqul",
|
|
"repo": "dracula.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-dressing-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731521499,
|
|
"narHash": "sha256-O0sdxU+ZQnclnnC5IfBpgqlMxjsJKlmPYQYPP+S3cn8=",
|
|
"owner": "stevearc",
|
|
"repo": "dressing.nvim",
|
|
"rev": "fc78a3ca96f4db9f8893bb7e2fd9823e0780451b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "stevearc",
|
|
"repo": "dressing.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-elixir-tools": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727872243,
|
|
"narHash": "sha256-7gIvoV6myqbkjLnIhHuyNPix1DFkKEeeND2o6VDxDWc=",
|
|
"owner": "elixir-tools",
|
|
"repo": "elixir-tools.nvim",
|
|
"rev": "b465f6aff50257fa466de3886fc3e7de2dcff0de",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "elixir-tools",
|
|
"repo": "elixir-tools.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-fastaction-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732135971,
|
|
"narHash": "sha256-Q+FX7XiX8LyTC4OZ43Q2pXIdSViDn65P9pkDp8jvbnA=",
|
|
"owner": "Chaitanyabsprip",
|
|
"repo": "fastaction.nvim",
|
|
"rev": "24255a74e0d35f1e1807aa78997f5c31ae419dbc",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Chaitanyabsprip",
|
|
"repo": "fastaction.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-fidget-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1730221432,
|
|
"narHash": "sha256-fQBrkHV54TaOeLYQJ1DE+lr7SFDPN1yqSlzhFm26NAY=",
|
|
"owner": "j-hui",
|
|
"repo": "fidget.nvim",
|
|
"rev": "e2a175c2abe2d4f65357da1c98c59a5cfb2b543f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "j-hui",
|
|
"repo": "fidget.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-flutter-tools": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732910301,
|
|
"narHash": "sha256-iU0aTq3F5U2z8iKdUMxkvQ8ZopmWIGdx1I8ir0q7n0U=",
|
|
"owner": "akinsho",
|
|
"repo": "flutter-tools.nvim",
|
|
"rev": "40f974b15f82f9af498adda8d93aabd637f3ab58",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "akinsho",
|
|
"repo": "flutter-tools.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-friendly-snippets": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1728273759,
|
|
"narHash": "sha256-H94Ryad0ZsSg/gioUgW+7sowij7GgtEUMNFi1IOZAys=",
|
|
"owner": "rafamadriz",
|
|
"repo": "friendly-snippets",
|
|
"rev": "de8fce94985873666bd9712ea3e49ee17aadb1ed",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rafamadriz",
|
|
"repo": "friendly-snippets",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-gesture-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731669851,
|
|
"narHash": "sha256-LTkttlDmKO9ngzrJrMWeeG9R0Bz/PoroCAF2URhUEbM=",
|
|
"owner": "notomo",
|
|
"repo": "gesture.nvim",
|
|
"rev": "dbd839bda337cb73911aeef06897eb29cb99f76f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "notomo",
|
|
"repo": "gesture.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-gitsigns-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732361574,
|
|
"narHash": "sha256-H7A+AxioiedSuC+jqRwP4c7DjZR/0j4o/fTUasT2urc=",
|
|
"owner": "lewis6991",
|
|
"repo": "gitsigns.nvim",
|
|
"rev": "5f808b5e4fef30bd8aca1b803b4e555da07fc412",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "lewis6991",
|
|
"repo": "gitsigns.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-glow-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1703345545,
|
|
"narHash": "sha256-GsNcASzVvY0066kak2nvUY5luzanoBclqcUOsODww8g=",
|
|
"owner": "ellisonleao",
|
|
"repo": "glow.nvim",
|
|
"rev": "238070a686c1da3bccccf1079700eb4b5e19aea4",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ellisonleao",
|
|
"repo": "glow.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-gruvbox": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732485864,
|
|
"narHash": "sha256-qasIg1nvAlUWUUzSZLF36jnoNm8PmQa3owgh0tKGgHk=",
|
|
"owner": "ellisonleao",
|
|
"repo": "gruvbox.nvim",
|
|
"rev": "68c3460a5d1d1a362318960035c9f3466d5011f5",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ellisonleao",
|
|
"repo": "gruvbox.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-highlight-undo": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732378966,
|
|
"narHash": "sha256-b0JrMu3vbbYgyHPs9hyayMzUypFwugEAxvZOcuRMc/o=",
|
|
"owner": "tzachar",
|
|
"repo": "highlight-undo.nvim",
|
|
"rev": "5f588b420179a31d7073854bfd07ed9d5f364645",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tzachar",
|
|
"repo": "highlight-undo.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-hop-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1694283445,
|
|
"narHash": "sha256-SnuFeD/lrMxKtpBRPgIwdG0kVF7BWe02PiV7URVDASI=",
|
|
"owner": "phaazon",
|
|
"repo": "hop.nvim",
|
|
"rev": "1a1eceafe54b5081eae4cb91c723abd1d450f34b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "phaazon",
|
|
"repo": "hop.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-icon-picker-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1704321319,
|
|
"narHash": "sha256-VZKsVeSmPR3AA8267Mtd5sSTZl2CAqnbgqceCptgp4w=",
|
|
"owner": "ziontee113",
|
|
"repo": "icon-picker.nvim",
|
|
"rev": "3ee9a0ea9feeef08ae35e40c8be6a2fa2c20f2d3",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ziontee113",
|
|
"repo": "icon-picker.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-image-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732136347,
|
|
"narHash": "sha256-Az/jiHW/DtvHNlV+Wzw6U+p8b2Ic9pNJRQ6YGerL81c=",
|
|
"owner": "3rd",
|
|
"repo": "image.nvim",
|
|
"rev": "5f8fceca2d1be96a45b81de21c2f98bf6084fb34",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "3rd",
|
|
"repo": "image.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-indent-blankline": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731320409,
|
|
"narHash": "sha256-WVDNi/woG0ohPEYzM83mmXDCRNYnQbqooSDVUtBsJbY=",
|
|
"owner": "lukas-reineke",
|
|
"repo": "indent-blankline.nvim",
|
|
"rev": "7871a88056f7144defca9c931e311a3134c5d509",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "lukas-reineke",
|
|
"repo": "indent-blankline.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-leap-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1722337962,
|
|
"narHash": "sha256-PFD/UliAHKk2ga+7p/GmoZGqZFWenIVLkzmO+FkhvrY=",
|
|
"owner": "ggandor",
|
|
"repo": "leap.nvim",
|
|
"rev": "c6bfb191f1161fbabace1f36f578a20ac6c7642c",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ggandor",
|
|
"repo": "leap.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lsp-lines": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1716108775,
|
|
"narHash": "sha256-QsvmPOer7JgO7Y+N/iaNJD7Kmy69gnlV4CeyaQesNvA=",
|
|
"owner": "~whynothugo",
|
|
"repo": "lsp_lines.nvim",
|
|
"rev": "7d9e2748b61bff6ebba6e30adbc7173ccf21c055",
|
|
"type": "sourcehut"
|
|
},
|
|
"original": {
|
|
"owner": "~whynothugo",
|
|
"repo": "lsp_lines.nvim",
|
|
"type": "sourcehut"
|
|
}
|
|
},
|
|
"plugin-lsp-signature": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1726445971,
|
|
"narHash": "sha256-W6bN3R10B84noK7MOzvUOIc82WwyojIS97iFL/dO5yk=",
|
|
"owner": "ray-x",
|
|
"repo": "lsp_signature.nvim",
|
|
"rev": "fc38521ea4d9ec8dbd4c2819ba8126cea743943b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ray-x",
|
|
"repo": "lsp_signature.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lspkind": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729872608,
|
|
"narHash": "sha256-/ifgjqqCQw67l3+gUs00tt860pa92M1WYdjdZ0lhxak=",
|
|
"owner": "onsails",
|
|
"repo": "lspkind-nvim",
|
|
"rev": "a700f1436d4a938b1a1a93c9962dc796afbaef4d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "onsails",
|
|
"repo": "lspkind-nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lspsaga": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1670360222,
|
|
"narHash": "sha256-7ENInq3LAPPTdm0Fb7klOc630j8m4LRj1kLZZFYLh68=",
|
|
"owner": "tami5",
|
|
"repo": "lspsaga.nvim",
|
|
"rev": "5faeec9f2508d2d49a66c0ac0d191096b4e3fa81",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tami5",
|
|
"repo": "lspsaga.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lua-utils-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1708177208,
|
|
"narHash": "sha256-9ildzQEMkXKZ3LHq+khGFgRQFxlIXQclQ7QU3fcU1C4=",
|
|
"owner": "nvim-neorg",
|
|
"repo": "lua-utils.nvim",
|
|
"rev": "e565749421f4bbb5d2e85e37c3cef9d56553d8bd",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neorg",
|
|
"repo": "lua-utils.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lualine": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731050126,
|
|
"narHash": "sha256-IN6Qz3jGxUcylYiRTyd8j6me3pAoqJsJXtFUvph/6EI=",
|
|
"owner": "hoob3rt",
|
|
"repo": "lualine.nvim",
|
|
"rev": "2a5bae925481f999263d6f5ed8361baef8df4f83",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hoob3rt",
|
|
"repo": "lualine.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-luasnip": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732967555,
|
|
"narHash": "sha256-iWivJ6dIOEqT3uLQA5KzvCHkDcjC62OlNWagEW680qc=",
|
|
"owner": "L3MON4D3",
|
|
"repo": "LuaSnip",
|
|
"rev": "2592b91577136dbb355a4708be1e60619456b7f6",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "L3MON4D3",
|
|
"repo": "LuaSnip",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lz-n": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1733019070,
|
|
"narHash": "sha256-Go9FBjF3EBFy+/53lpC5AdKYpJBK+uFzInTk6lODxdQ=",
|
|
"owner": "nvim-neorocks",
|
|
"repo": "lz.n",
|
|
"rev": "f308fa4dd81355fb5fddf3ca209847d679af6917",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neorocks",
|
|
"repo": "lz.n",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-lzn-auto-require": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731009187,
|
|
"narHash": "sha256-KC1z+zC9vKODllZVpBu+udzM12oYJaS8e6LdXWtQ89U=",
|
|
"owner": "horriblename",
|
|
"repo": "lzn-auto-require",
|
|
"rev": "a075ed51976323fd7fc44ccfca89fe0449a08cca",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "horriblename",
|
|
"ref": "require-rewrite",
|
|
"repo": "lzn-auto-require",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-mind-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1679526071,
|
|
"narHash": "sha256-JIhAhQYGLLRucwlhzfckQYU5qjqbHtNH52JlGS5a79w=",
|
|
"owner": "phaazon",
|
|
"repo": "mind.nvim",
|
|
"rev": "002137dd7cf97865ebd01b6a260209d2daf2da66",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "phaazon",
|
|
"repo": "mind.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-minimap-vim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1710689313,
|
|
"narHash": "sha256-GR8VAHla5HWry1TAZQv0Xp7iG256vIGeQcBGMxyt310=",
|
|
"owner": "wfxr",
|
|
"repo": "minimap.vim",
|
|
"rev": "395378137e6180762d5b963ca9ad5ac2db5d3283",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "wfxr",
|
|
"repo": "minimap.vim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-modes-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1717693302,
|
|
"narHash": "sha256-z1XD0O+gG2/+g/skdWGC64Zv4dXvvhWesaK/8DcPF/E=",
|
|
"owner": "mvllow",
|
|
"repo": "modes.nvim",
|
|
"rev": "326cff3282419b3bcc745061978c1e592cae055d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "mvllow",
|
|
"repo": "modes.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-neo-tree-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732465535,
|
|
"narHash": "sha256-3wRojpFbdjcRQPv62/mHqQgyfytTqaBcsX1X0zCNgC8=",
|
|
"owner": "nvim-neo-tree",
|
|
"repo": "neo-tree.nvim",
|
|
"rev": "42caaf5c3b7ca346ab278201151bb878006a6031",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neo-tree",
|
|
"repo": "neo-tree.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-neocord": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729369963,
|
|
"narHash": "sha256-4dVaxigJ8eOXpgiqcxUYIF4SoC1CPFvNHYKT0zxIYo0=",
|
|
"owner": "IogaMaster",
|
|
"repo": "neocord",
|
|
"rev": "587e03390a355e9c364d48638e0e0db2a8431d73",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "IogaMaster",
|
|
"repo": "neocord",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-neodev-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1720260306,
|
|
"narHash": "sha256-hOjzlo/IqmV8tYjGwfmcCPEmHYsWnEIwtHZdhpwA1kM=",
|
|
"owner": "folke",
|
|
"repo": "neodev.nvim",
|
|
"rev": "46aa467dca16cf3dfe27098042402066d2ae242d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "neodev.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-neorg": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732289702,
|
|
"narHash": "sha256-8RQ+PFnIcjPoNJQB/qz+zv1fjVjFEwPhuAh+JL7GPL4=",
|
|
"owner": "nvim-neorg",
|
|
"repo": "neorg",
|
|
"rev": "7a893a176a7d9c074a5371865b53c6aa4e223991",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neorg",
|
|
"repo": "neorg",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-neorg-telescope": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1722358034,
|
|
"narHash": "sha256-ei4uUqpIQjGKzu5ryu0Hlmis9TS9FJsYnjt4J4QdWlw=",
|
|
"owner": "nvim-neorg",
|
|
"repo": "neorg-telescope",
|
|
"rev": "ddb2556644cae922699a239bbb0fe16e25b084b7",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neorg",
|
|
"repo": "neorg-telescope",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-new-file-template-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1721518222,
|
|
"narHash": "sha256-g0IjJrHRXw7U9goVLzVYUyHBSsDZGHMpi3YZPhg64zA=",
|
|
"owner": "otavioschwanck",
|
|
"repo": "new-file-template.nvim",
|
|
"rev": "6ac66669dbf2dc5cdee184a4fe76d22465ca67e8",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "otavioschwanck",
|
|
"repo": "new-file-template.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-noice-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732649160,
|
|
"narHash": "sha256-0RLMkThaE6AxYvUKx056Ac63Oc2NTJxvgyRnZJ5/D2g=",
|
|
"owner": "folke",
|
|
"repo": "noice.nvim",
|
|
"rev": "c6f6fb178ebe9b4fd90383de743c3399f8c3a37c",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "noice.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-none-ls": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1708525772,
|
|
"narHash": "sha256-VCDUKiy9C3Bu9suf2bI6XSis1+j01oFC3GFPyQxi74c=",
|
|
"owner": "nvimtools",
|
|
"repo": "none-ls.nvim",
|
|
"rev": "bb680d752cec37949faca7a1f509e2fe67ab418a",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvimtools",
|
|
"repo": "none-ls.nvim",
|
|
"rev": "bb680d752cec37949faca7a1f509e2fe67ab418a",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nui-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1726376728,
|
|
"narHash": "sha256-90Wq+vT361mTaGU/SvAezqJkX9HHmZ2GI2fKBDxPn04=",
|
|
"owner": "MunifTanjim",
|
|
"repo": "nui.nvim",
|
|
"rev": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "MunifTanjim",
|
|
"repo": "nui.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-autopairs": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731803843,
|
|
"narHash": "sha256-LbaxiU3ienVBcMKrug3Coppc4R+MD2rjREw7rHQim1w=",
|
|
"owner": "windwp",
|
|
"repo": "nvim-autopairs",
|
|
"rev": "b464658e9b880f463b9f7e6ccddd93fb0013f559",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "windwp",
|
|
"repo": "nvim-autopairs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-bufferline-lua": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732824069,
|
|
"narHash": "sha256-zqz2GMius0gLxtgxt12RmLUVQFVaWe+MQaGCfUGr6bI=",
|
|
"owner": "akinsho",
|
|
"repo": "nvim-bufferline.lua",
|
|
"rev": "261a72b90d6db4ed8014f7bda976bcdc9dd7ce76",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "akinsho",
|
|
"repo": "nvim-bufferline.lua",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-cmp": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732948484,
|
|
"narHash": "sha256-+0nflL0WCaxPuJgUviELhbXASNYYl/SKZ+nz70sEAXU=",
|
|
"owner": "hrsh7th",
|
|
"repo": "nvim-cmp",
|
|
"rev": "ca4d3330d386e76967e53b85953c170658255ecb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "hrsh7th",
|
|
"repo": "nvim-cmp",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-colorizer-lua": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732386340,
|
|
"narHash": "sha256-lAWeljYC17bmEs1Ss80o6eJYrJ9fsFlKvyJWu9e44XU=",
|
|
"owner": "NvChad",
|
|
"repo": "nvim-colorizer.lua",
|
|
"rev": "4acf88d31b3a7a1a7f31e9c30bf2b23c6313abdb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NvChad",
|
|
"repo": "nvim-colorizer.lua",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-cursorline": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1650034925,
|
|
"narHash": "sha256-Uhw65p1KBjs8KsVOmTzuiu3XKclxBob8AVdWEt30C/8=",
|
|
"owner": "yamatsum",
|
|
"repo": "nvim-cursorline",
|
|
"rev": "804f0023692653b2b2368462d67d2a87056947f9",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "yamatsum",
|
|
"repo": "nvim-cursorline",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-dap": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732901614,
|
|
"narHash": "sha256-atsgMdPyAAbh4dIxZOAE3hHLLb/664112lHdXHcXtZQ=",
|
|
"owner": "mfussenegger",
|
|
"repo": "nvim-dap",
|
|
"rev": "0a0daa796a5919a51e5e5019ffa91219c94c4fef",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "mfussenegger",
|
|
"repo": "nvim-dap",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-dap-go": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727922873,
|
|
"narHash": "sha256-wcGp5df1ER5T5oLVitWE02OywgJs3V4pazcGU5qVaUY=",
|
|
"owner": "leoluz",
|
|
"repo": "nvim-dap-go",
|
|
"rev": "6aa88167ea1224bcef578e8c7160fe8afbb44848",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "leoluz",
|
|
"repo": "nvim-dap-go",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-dap-ui": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727897692,
|
|
"narHash": "sha256-kg7lyVBeuBqPCVzvt3pBoonQupgf1nGh3EvCF/astf4=",
|
|
"owner": "rcarriga",
|
|
"repo": "nvim-dap-ui",
|
|
"rev": "ffa89839f97bad360e78428d5c740fdad9a0ff02",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rcarriga",
|
|
"repo": "nvim-dap-ui",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-docs-view": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1723781320,
|
|
"narHash": "sha256-6kd3IWsD72eYe+q1w78gcFcK9LalCQHCqtSwwqQR3Ew=",
|
|
"owner": "amrbashir",
|
|
"repo": "nvim-docs-view",
|
|
"rev": "365593534e0acd762bfddce6e8313315ffa4fa36",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "amrbashir",
|
|
"repo": "nvim-docs-view",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-lightbulb": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729134062,
|
|
"narHash": "sha256-JfXSuOBwyxgH/PzzcBQ7OqoXHkLGZSCYutYHLocbTto=",
|
|
"owner": "kosayoda",
|
|
"repo": "nvim-lightbulb",
|
|
"rev": "33d4c95e0e853956bc9468b70b3064c87d5abaca",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "kosayoda",
|
|
"repo": "nvim-lightbulb",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-lspconfig": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1733062298,
|
|
"narHash": "sha256-tLZYWbKSQxiRU1tQqRXAUSTfCS7a1tHNSIMbt0aOamU=",
|
|
"owner": "neovim",
|
|
"repo": "nvim-lspconfig",
|
|
"rev": "90c1c6cc822b1836209514c096069b9bbeab63d9",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "neovim",
|
|
"repo": "nvim-lspconfig",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-metals": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1728295172,
|
|
"narHash": "sha256-ja/+MNxZ3H9io9jDwm5rhE6iKNi86a22eCOY75g19O8=",
|
|
"owner": "scalameta",
|
|
"repo": "nvim-metals",
|
|
"rev": "f861db9fda55939797ac1b05238c49b0dcdc3bdb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "scalameta",
|
|
"repo": "nvim-metals",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-navbuddy": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1716111817,
|
|
"narHash": "sha256-sZ1M27qNbLMHKR4Zu0NfJoBcQxJbhmW7Cx74Acirlww=",
|
|
"owner": "SmiteshP",
|
|
"repo": "nvim-navbuddy",
|
|
"rev": "f22bac988f2dd073601d75ba39ea5636ab6e38cb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "SmiteshP",
|
|
"repo": "nvim-navbuddy",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-navic": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1701345631,
|
|
"narHash": "sha256-0p5n/V8Jlj9XyxV/fuMwsbQ7oV5m9H2GqZZEA/njxCQ=",
|
|
"owner": "SmiteshP",
|
|
"repo": "nvim-navic",
|
|
"rev": "8649f694d3e76ee10c19255dece6411c29206a54",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "SmiteshP",
|
|
"repo": "nvim-navic",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-neoclip": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1725927226,
|
|
"narHash": "sha256-GHkTIGPgX5j1wUS9EW/fGOp3NSRjfVaz+6o1Aehy2Xw=",
|
|
"owner": "AckslD",
|
|
"repo": "nvim-neoclip.lua",
|
|
"rev": "32e05f2d23dc5b6a284a688c0535a83d1bfc633f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "AckslD",
|
|
"repo": "nvim-neoclip.lua",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-nio": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1720707425,
|
|
"narHash": "sha256-i6imNTb1xrfBlaeOyxyIwAZ/+o6ew9C4/z34a7/BgFg=",
|
|
"owner": "nvim-neotest",
|
|
"repo": "nvim-nio",
|
|
"rev": "a428f309119086dc78dd4b19306d2d67be884eee",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neotest",
|
|
"repo": "nvim-nio",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-notify": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1727022370,
|
|
"narHash": "sha256-Sd7IR5roXHOKRCxhqtYMhWfEltyRJMDEMDO/ecSKenE=",
|
|
"owner": "rcarriga",
|
|
"repo": "nvim-notify",
|
|
"rev": "fbef5d32be8466dd76544a257d3f3dce20082a07",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rcarriga",
|
|
"repo": "nvim-notify",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-scrollbar": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729162132,
|
|
"narHash": "sha256-/nB7eP2Rz/A9zMXrNEH4FReo6eZS0C/SEGvKhxV7AUA=",
|
|
"owner": "petertriho",
|
|
"repo": "nvim-scrollbar",
|
|
"rev": "6994eb9f73d5fdc36ee2c8717940e8c853e51a49",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "petertriho",
|
|
"repo": "nvim-scrollbar",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-session-manager": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1728423652,
|
|
"narHash": "sha256-W9jtfVXHC8MQJwdbxakNqhd+xh/auQb3U09XKdN2Wzw=",
|
|
"owner": "Shatur",
|
|
"repo": "neovim-session-manager",
|
|
"rev": "ce43f2eb2a52492157d7742e5f684b9a42bb3e5c",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Shatur",
|
|
"repo": "neovim-session-manager",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-surround": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732818349,
|
|
"narHash": "sha256-sC+V86FEDfIapY4Qy0Ch2dTUpqe+C/xEUR/iSIEY6LA=",
|
|
"owner": "kylechui",
|
|
"repo": "nvim-surround",
|
|
"rev": "9f0cb495f25bff32c936062d85046fbda0c43517",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "kylechui",
|
|
"repo": "nvim-surround",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-tree-lua": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732428058,
|
|
"narHash": "sha256-HHgC7aH2m3gv2FtOK1jhjBgJOGWrdc+FQOEpMiEWe74=",
|
|
"owner": "nvim-tree",
|
|
"repo": "nvim-tree.lua",
|
|
"rev": "ca7c4c33cac2ad66ec69d45e465379716ef0cc97",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-tree",
|
|
"repo": "nvim-tree.lua",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-treesitter-context": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1733041360,
|
|
"narHash": "sha256-wcz3F0vDrgMXJjB0Zz7naoVQ8YvHdd55gG4NHqQMYQY=",
|
|
"owner": "nvim-treesitter",
|
|
"repo": "nvim-treesitter-context",
|
|
"rev": "920999bf53daa63ddf12efdeb5137a7cea1cc201",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-treesitter",
|
|
"repo": "nvim-treesitter-context",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-ts-autotag": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732998473,
|
|
"narHash": "sha256-HtF0arW9cuE4yQN+1ccRaonqiH6fcoTpyuSecLPKtKc=",
|
|
"owner": "windwp",
|
|
"repo": "nvim-ts-autotag",
|
|
"rev": "f2d24aca1bcbbd2c0306fd93d52e3697027b77ff",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "windwp",
|
|
"repo": "nvim-ts-autotag",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-nvim-web-devicons": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732925137,
|
|
"narHash": "sha256-Sh+r54pTI60j5tOmSyEkTVS6MzMIt52nqjNdtMp8kpI=",
|
|
"owner": "nvim-tree",
|
|
"repo": "nvim-web-devicons",
|
|
"rev": "203da76ecfbb4b192cf830665b03eb651b635c94",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-tree",
|
|
"repo": "nvim-web-devicons",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-obsidian-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1722536347,
|
|
"narHash": "sha256-mbq7fAPmlwOAbWlN3lGX9WGBKTV8cAPZx8pnRCyszJc=",
|
|
"owner": "epwalsh",
|
|
"repo": "obsidian.nvim",
|
|
"rev": "14e0427bef6c55da0d63f9a313fd9941be3a2479",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "epwalsh",
|
|
"repo": "obsidian.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-omnisharp-extended": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732802864,
|
|
"narHash": "sha256-lA22ncMWHz2oVcZMPQGpLL3UjjXOXGxhtXR1LX5cX3A=",
|
|
"owner": "Hoffs",
|
|
"repo": "omnisharp-extended-lsp.nvim",
|
|
"rev": "4916fa12e5b28d21a1f031f0bdd10aa15a75d85d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "Hoffs",
|
|
"repo": "omnisharp-extended-lsp.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-onedark": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731171496,
|
|
"narHash": "sha256-NLHq9SUUo81m50NPQe8852uZbo4Mo4No10N3ptX43t0=",
|
|
"owner": "navarasu",
|
|
"repo": "onedark.nvim",
|
|
"rev": "67a74c275d1116d575ab25485d1bfa6b2a9c38a6",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "navarasu",
|
|
"repo": "onedark.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-orgmode-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731656059,
|
|
"narHash": "sha256-uKJuJsxQhdh3NxZx1Uu72poQVFN7KEyyMFEHPUr7UgQ=",
|
|
"owner": "nvim-orgmode",
|
|
"repo": "orgmode",
|
|
"rev": "1d8c9b9417f8c8e9fb146d4f54fb1e90a4f7e534",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-orgmode",
|
|
"repo": "orgmode",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-otter-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1724585935,
|
|
"narHash": "sha256-euHwoK2WHLF/hrjLY2P4yGrIbYyBN38FL3q4CKNZmLY=",
|
|
"owner": "jmbuhr",
|
|
"repo": "otter.nvim",
|
|
"rev": "ca9ce67d0399380b659923381b58d174344c9ee7",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "jmbuhr",
|
|
"repo": "otter.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-oxocarbon": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1724853107,
|
|
"narHash": "sha256-Hi/nATEvZ4a6Yxc66KtuJqss6kQV19cmtIlhCw6alOI=",
|
|
"owner": "nyoom-engineering",
|
|
"repo": "oxocarbon.nvim",
|
|
"rev": "004777819ba294423b638a35a75c9f0c7be758ed",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nyoom-engineering",
|
|
"repo": "oxocarbon.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-pathlib-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1724943804,
|
|
"narHash": "sha256-YhCJeNKlcjgg3q51UWFhuIEPzNueC8YTpeuPPJDndvw=",
|
|
"owner": "pysan3",
|
|
"repo": "pathlib.nvim",
|
|
"rev": "57e5598af6fe253761c1b48e0b59b7cd6699e2c1",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "pysan3",
|
|
"repo": "pathlib.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-plenary-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1726602776,
|
|
"narHash": "sha256-bmmPekAvuBvLQmrnnX0n+FRBqfVxBsObhxIEkDGAla4=",
|
|
"owner": "nvim-lua",
|
|
"repo": "plenary.nvim",
|
|
"rev": "2d9b06177a975543726ce5c73fca176cedbffe9d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-lua",
|
|
"repo": "plenary.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-precognition-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732647805,
|
|
"narHash": "sha256-m3dKoKxCd/QODM+EL89c3RVOoZnuA4nrBG0KhPZ/o9Y=",
|
|
"owner": "tris203",
|
|
"repo": "precognition.nvim",
|
|
"rev": "531971e6d883e99b1572bf47294e22988d8fbec0",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tris203",
|
|
"repo": "precognition.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-project-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1680567592,
|
|
"narHash": "sha256-avV3wMiDbraxW4mqlEsKy0oeewaRj9Q33K8NzWoaptU=",
|
|
"owner": "ahmedkhalf",
|
|
"repo": "project.nvim",
|
|
"rev": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ahmedkhalf",
|
|
"repo": "project.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-registers": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1730794647,
|
|
"narHash": "sha256-M7uR3yXYUQ4I8Gt8P6k25q67UNwksRDPKGrS/FCqrt0=",
|
|
"owner": "tversteeg",
|
|
"repo": "registers.nvim",
|
|
"rev": "c217f8f369e0886776cda6c94eab839b30a8940d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tversteeg",
|
|
"repo": "registers.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-rose-pine": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1729724348,
|
|
"narHash": "sha256-/a4pwuVJ5odm3Iio2MeoqAm8GlWIPI91mM4cVnSy/gE=",
|
|
"owner": "rose-pine",
|
|
"repo": "neovim",
|
|
"rev": "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rose-pine",
|
|
"repo": "neovim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-rtp-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1724409589,
|
|
"narHash": "sha256-lmJbiD7I7MTEEpukESs67uAmLyn+p66hrUKLbEHp0Kw=",
|
|
"owner": "nvim-neorocks",
|
|
"repo": "rtp.nvim",
|
|
"rev": "494ddfc888bb466555d90ace731856de1320fe45",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-neorocks",
|
|
"repo": "rtp.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-run-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732918526,
|
|
"narHash": "sha256-kiszNmZZDXG8tAPMQKuGJDCkqCMzsWT7BkCvkVsH2lA=",
|
|
"owner": "diniamo",
|
|
"repo": "run.nvim",
|
|
"rev": "d867466e01b8fa4e54a589b9ef446cf43fb966de",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "diniamo",
|
|
"repo": "run.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-rustaceanvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732919014,
|
|
"narHash": "sha256-7UZ54b3IPS1cPyu+JCM/dHhJLHuqa16suaC2XlSw5Og=",
|
|
"owner": "mrcjkb",
|
|
"repo": "rustaceanvim",
|
|
"rev": "4ac7a3c6cca9e393229651cc90733afbdc7c6395",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "mrcjkb",
|
|
"repo": "rustaceanvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-smartcolumn": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1710067624,
|
|
"narHash": "sha256-DHIeDNUF9n9s14GVeojIwc5QUPwJMYYl3gRvhvO/rdE=",
|
|
"owner": "m4xshen",
|
|
"repo": "smartcolumn.nvim",
|
|
"rev": "cefb17be095ad5526030a21bb2a80553cae09127",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "m4xshen",
|
|
"repo": "smartcolumn.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-sqls-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1733003065,
|
|
"narHash": "sha256-VKN4ggWogAr+hwr/gtIDgY5j3afL9R7dZ2oJ4+qpEtE=",
|
|
"owner": "nanotee",
|
|
"repo": "sqls.nvim",
|
|
"rev": "8d7b6010d276fdda494ede23df511eba120886b9",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nanotee",
|
|
"repo": "sqls.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-tabular": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1720022617,
|
|
"narHash": "sha256-qmDpdg3Tl3W4JSovRb4ODlrKMjRL5CaVI05YBn0Q0LI=",
|
|
"owner": "godlygeek",
|
|
"repo": "tabular",
|
|
"rev": "12437cd1b53488e24936ec4b091c9324cafee311",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "godlygeek",
|
|
"repo": "tabular",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-telescope": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732884846,
|
|
"narHash": "sha256-npb61MZYAotz71Co5G1dUeIqWt7GVeqZNz0A2Yz2dy4=",
|
|
"owner": "nvim-telescope",
|
|
"repo": "telescope.nvim",
|
|
"rev": "2eca9ba22002184ac05eddbe47a7fe2d5a384dfc",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nvim-telescope",
|
|
"repo": "telescope.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-tiny-devicons-auto-colors": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1724403745,
|
|
"narHash": "sha256-Ndkbvxn/x7+fxEYD7JIygqUiItuhoY+4+DaL/pJGKdc=",
|
|
"owner": "rachartier",
|
|
"repo": "tiny-devicons-auto-colors.nvim",
|
|
"rev": "a39fa4c92268832f6034306793b8acbfec2a7549",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "rachartier",
|
|
"repo": "tiny-devicons-auto-colors.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-todo-comments": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1726481242,
|
|
"narHash": "sha256-EH4Sy7qNkzOgA1INFzrtsRfD79TgMqSbKUdundyw22w=",
|
|
"owner": "folke",
|
|
"repo": "todo-comments.nvim",
|
|
"rev": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "todo-comments.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-toggleterm-nvim": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731162901,
|
|
"narHash": "sha256-g1FwgCc3a8Fak0Nb0gQQ+SI44uyAGaH1tIk1qpaAPEY=",
|
|
"owner": "akinsho",
|
|
"repo": "toggleterm.nvim",
|
|
"rev": "87b2d6a3cab8e2bd9a0255427074285f0365398d",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "akinsho",
|
|
"repo": "toggleterm.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-tokyonight": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732026921,
|
|
"narHash": "sha256-vKXlFHzga9DihzDn+v+j3pMNDfvhYHcCT8GpPs0Uxgg=",
|
|
"owner": "folke",
|
|
"repo": "tokyonight.nvim",
|
|
"rev": "c2725eb6d086c8c9624456d734bd365194660017",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "tokyonight.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-trouble": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732701472,
|
|
"narHash": "sha256-JhnERZfma2JHFEn/DElVmrSU5KxM2asx3SJ+86lCfoo=",
|
|
"owner": "folke",
|
|
"repo": "trouble.nvim",
|
|
"rev": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "trouble.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-ts-error-translator": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1731721659,
|
|
"narHash": "sha256-fi68jJVNTL2WlTehcl5Q8tijAeu2usjIsWXjcuixkCM=",
|
|
"owner": "dmmulroy",
|
|
"repo": "ts-error-translator.nvim",
|
|
"rev": "47e5ba89f71b9e6c72eaaaaa519dd59bd6897df4",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "dmmulroy",
|
|
"repo": "ts-error-translator.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-dirtytalk": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1713047519,
|
|
"narHash": "sha256-azU5jkv/fD/qDDyCU1bPNXOH6rmbDauG9jDNrtIXc0Y=",
|
|
"owner": "psliwka",
|
|
"repo": "vim-dirtytalk",
|
|
"rev": "aa57ba902b04341a04ff97214360f56856493583",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "psliwka",
|
|
"repo": "vim-dirtytalk",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-fugitive": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732036604,
|
|
"narHash": "sha256-RGS2T6tHuFPZROU0W4Z6j6wMEiJmd8xuKv3qqM3XHPI=",
|
|
"owner": "tpope",
|
|
"repo": "vim-fugitive",
|
|
"rev": "320b18fba2a4f2fe3c8225c778c687e0d2620384",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tpope",
|
|
"repo": "vim-fugitive",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-illuminate": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1715960194,
|
|
"narHash": "sha256-DdJzTHxoOv+vjFymETa2MgXpM/qDwvZjpoo1W8OOBj0=",
|
|
"owner": "RRethy",
|
|
"repo": "vim-illuminate",
|
|
"rev": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "RRethy",
|
|
"repo": "vim-illuminate",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-markdown": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1726813437,
|
|
"narHash": "sha256-ZCCSjZ5Xok4rnIwfa4VUEaz6d3oW9066l0EkoqiTppM=",
|
|
"owner": "preservim",
|
|
"repo": "vim-markdown",
|
|
"rev": "8f6cb3a6ca4e3b6bcda0730145a0b700f3481b51",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "preservim",
|
|
"repo": "vim-markdown",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-repeat": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1720473942,
|
|
"narHash": "sha256-G/dmkq1KtSHIl+I5p3LfO6mGPS3eyLRbEEsuLbTpGlk=",
|
|
"owner": "tpope",
|
|
"repo": "vim-repeat",
|
|
"rev": "65846025c15494983dafe5e3b46c8f88ab2e9635",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "tpope",
|
|
"repo": "vim-repeat",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-vim-startify": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1695213983,
|
|
"narHash": "sha256-W5N/Dqxf9hSXEEJsrEkXInFwBXNBJe9Dzx9TVS12mPk=",
|
|
"owner": "mhinz",
|
|
"repo": "vim-startify",
|
|
"rev": "4e089dffdad46f3f5593f34362d530e8fe823dcf",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "mhinz",
|
|
"repo": "vim-startify",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"plugin-which-key": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1732804356,
|
|
"narHash": "sha256-55RmbdN0rNG8946eIMFd5BlN82eY1GKqmHdUiC7BP+U=",
|
|
"owner": "folke",
|
|
"repo": "which-key.nvim",
|
|
"rev": "9b365a6428a9633e3eeb34dbef1b791511c54f70",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "folke",
|
|
"repo": "which-key.nvim",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"rnix-lsp": {
|
|
"inputs": {
|
|
"naersk": "naersk",
|
|
"nixpkgs": "nixpkgs_2",
|
|
"utils": "utils"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1669555118,
|
|
"narHash": "sha256-F0s0m62S5bHNVWNHLZD6SeHiLrsDx98VQbRjDyIu+qQ=",
|
|
"owner": "nix-community",
|
|
"repo": "rnix-lsp",
|
|
"rev": "95d40673fe43642e2e1144341e86d0036abd95d9",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-community",
|
|
"repo": "rnix-lsp",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"flake-parts": "flake-parts",
|
|
"flake-utils": "flake-utils",
|
|
"mnw": "mnw",
|
|
"nil": "nil",
|
|
"nixpkgs": "nixpkgs",
|
|
"nmd": "nmd",
|
|
"plugin-alpha-nvim": "plugin-alpha-nvim",
|
|
"plugin-base16": "plugin-base16",
|
|
"plugin-bufdelete-nvim": "plugin-bufdelete-nvim",
|
|
"plugin-catppuccin": "plugin-catppuccin",
|
|
"plugin-ccc": "plugin-ccc",
|
|
"plugin-cellular-automaton": "plugin-cellular-automaton",
|
|
"plugin-chatgpt": "plugin-chatgpt",
|
|
"plugin-cheatsheet-nvim": "plugin-cheatsheet-nvim",
|
|
"plugin-cinnamon-nvim": "plugin-cinnamon-nvim",
|
|
"plugin-cmp-buffer": "plugin-cmp-buffer",
|
|
"plugin-cmp-luasnip": "plugin-cmp-luasnip",
|
|
"plugin-cmp-nvim-lsp": "plugin-cmp-nvim-lsp",
|
|
"plugin-cmp-path": "plugin-cmp-path",
|
|
"plugin-cmp-treesitter": "plugin-cmp-treesitter",
|
|
"plugin-codewindow-nvim": "plugin-codewindow-nvim",
|
|
"plugin-comment-nvim": "plugin-comment-nvim",
|
|
"plugin-copilot-cmp": "plugin-copilot-cmp",
|
|
"plugin-copilot-lua": "plugin-copilot-lua",
|
|
"plugin-crates-nvim": "plugin-crates-nvim",
|
|
"plugin-csharpls-extended": "plugin-csharpls-extended",
|
|
"plugin-dashboard-nvim": "plugin-dashboard-nvim",
|
|
"plugin-diffview-nvim": "plugin-diffview-nvim",
|
|
"plugin-dracula": "plugin-dracula",
|
|
"plugin-dressing-nvim": "plugin-dressing-nvim",
|
|
"plugin-elixir-tools": "plugin-elixir-tools",
|
|
"plugin-fastaction-nvim": "plugin-fastaction-nvim",
|
|
"plugin-fidget-nvim": "plugin-fidget-nvim",
|
|
"plugin-flutter-tools": "plugin-flutter-tools",
|
|
"plugin-friendly-snippets": "plugin-friendly-snippets",
|
|
"plugin-gesture-nvim": "plugin-gesture-nvim",
|
|
"plugin-gitsigns-nvim": "plugin-gitsigns-nvim",
|
|
"plugin-glow-nvim": "plugin-glow-nvim",
|
|
"plugin-gruvbox": "plugin-gruvbox",
|
|
"plugin-highlight-undo": "plugin-highlight-undo",
|
|
"plugin-hop-nvim": "plugin-hop-nvim",
|
|
"plugin-icon-picker-nvim": "plugin-icon-picker-nvim",
|
|
"plugin-image-nvim": "plugin-image-nvim",
|
|
"plugin-indent-blankline": "plugin-indent-blankline",
|
|
"plugin-leap-nvim": "plugin-leap-nvim",
|
|
"plugin-lsp-lines": "plugin-lsp-lines",
|
|
"plugin-lsp-signature": "plugin-lsp-signature",
|
|
"plugin-lspkind": "plugin-lspkind",
|
|
"plugin-lspsaga": "plugin-lspsaga",
|
|
"plugin-lua-utils-nvim": "plugin-lua-utils-nvim",
|
|
"plugin-lualine": "plugin-lualine",
|
|
"plugin-luasnip": "plugin-luasnip",
|
|
"plugin-lz-n": "plugin-lz-n",
|
|
"plugin-lzn-auto-require": "plugin-lzn-auto-require",
|
|
"plugin-mind-nvim": "plugin-mind-nvim",
|
|
"plugin-minimap-vim": "plugin-minimap-vim",
|
|
"plugin-modes-nvim": "plugin-modes-nvim",
|
|
"plugin-neo-tree-nvim": "plugin-neo-tree-nvim",
|
|
"plugin-neocord": "plugin-neocord",
|
|
"plugin-neodev-nvim": "plugin-neodev-nvim",
|
|
"plugin-neorg": "plugin-neorg",
|
|
"plugin-neorg-telescope": "plugin-neorg-telescope",
|
|
"plugin-new-file-template-nvim": "plugin-new-file-template-nvim",
|
|
"plugin-noice-nvim": "plugin-noice-nvim",
|
|
"plugin-none-ls": "plugin-none-ls",
|
|
"plugin-nui-nvim": "plugin-nui-nvim",
|
|
"plugin-nvim-autopairs": "plugin-nvim-autopairs",
|
|
"plugin-nvim-bufferline-lua": "plugin-nvim-bufferline-lua",
|
|
"plugin-nvim-cmp": "plugin-nvim-cmp",
|
|
"plugin-nvim-colorizer-lua": "plugin-nvim-colorizer-lua",
|
|
"plugin-nvim-cursorline": "plugin-nvim-cursorline",
|
|
"plugin-nvim-dap": "plugin-nvim-dap",
|
|
"plugin-nvim-dap-go": "plugin-nvim-dap-go",
|
|
"plugin-nvim-dap-ui": "plugin-nvim-dap-ui",
|
|
"plugin-nvim-docs-view": "plugin-nvim-docs-view",
|
|
"plugin-nvim-lightbulb": "plugin-nvim-lightbulb",
|
|
"plugin-nvim-lspconfig": "plugin-nvim-lspconfig",
|
|
"plugin-nvim-metals": "plugin-nvim-metals",
|
|
"plugin-nvim-navbuddy": "plugin-nvim-navbuddy",
|
|
"plugin-nvim-navic": "plugin-nvim-navic",
|
|
"plugin-nvim-neoclip": "plugin-nvim-neoclip",
|
|
"plugin-nvim-nio": "plugin-nvim-nio",
|
|
"plugin-nvim-notify": "plugin-nvim-notify",
|
|
"plugin-nvim-scrollbar": "plugin-nvim-scrollbar",
|
|
"plugin-nvim-session-manager": "plugin-nvim-session-manager",
|
|
"plugin-nvim-surround": "plugin-nvim-surround",
|
|
"plugin-nvim-tree-lua": "plugin-nvim-tree-lua",
|
|
"plugin-nvim-treesitter-context": "plugin-nvim-treesitter-context",
|
|
"plugin-nvim-ts-autotag": "plugin-nvim-ts-autotag",
|
|
"plugin-nvim-web-devicons": "plugin-nvim-web-devicons",
|
|
"plugin-obsidian-nvim": "plugin-obsidian-nvim",
|
|
"plugin-omnisharp-extended": "plugin-omnisharp-extended",
|
|
"plugin-onedark": "plugin-onedark",
|
|
"plugin-orgmode-nvim": "plugin-orgmode-nvim",
|
|
"plugin-otter-nvim": "plugin-otter-nvim",
|
|
"plugin-oxocarbon": "plugin-oxocarbon",
|
|
"plugin-pathlib-nvim": "plugin-pathlib-nvim",
|
|
"plugin-plenary-nvim": "plugin-plenary-nvim",
|
|
"plugin-precognition-nvim": "plugin-precognition-nvim",
|
|
"plugin-project-nvim": "plugin-project-nvim",
|
|
"plugin-registers": "plugin-registers",
|
|
"plugin-rose-pine": "plugin-rose-pine",
|
|
"plugin-rtp-nvim": "plugin-rtp-nvim",
|
|
"plugin-run-nvim": "plugin-run-nvim",
|
|
"plugin-rustaceanvim": "plugin-rustaceanvim",
|
|
"plugin-smartcolumn": "plugin-smartcolumn",
|
|
"plugin-sqls-nvim": "plugin-sqls-nvim",
|
|
"plugin-tabular": "plugin-tabular",
|
|
"plugin-telescope": "plugin-telescope",
|
|
"plugin-tiny-devicons-auto-colors": "plugin-tiny-devicons-auto-colors",
|
|
"plugin-todo-comments": "plugin-todo-comments",
|
|
"plugin-toggleterm-nvim": "plugin-toggleterm-nvim",
|
|
"plugin-tokyonight": "plugin-tokyonight",
|
|
"plugin-trouble": "plugin-trouble",
|
|
"plugin-ts-error-translator": "plugin-ts-error-translator",
|
|
"plugin-vim-dirtytalk": "plugin-vim-dirtytalk",
|
|
"plugin-vim-fugitive": "plugin-vim-fugitive",
|
|
"plugin-vim-illuminate": "plugin-vim-illuminate",
|
|
"plugin-vim-markdown": "plugin-vim-markdown",
|
|
"plugin-vim-repeat": "plugin-vim-repeat",
|
|
"plugin-vim-startify": "plugin-vim-startify",
|
|
"plugin-which-key": "plugin-which-key",
|
|
"rnix-lsp": "rnix-lsp",
|
|
"systems": "systems_2"
|
|
}
|
|
},
|
|
"rust-overlay": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nil",
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1731983527,
|
|
"narHash": "sha256-JECaBgC0pQ91Hq3W4unH6K9to8s2Zl2sPNu7bLOv4ek=",
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"rev": "71287228d96e9568e1e70c6bbfa3f992d145947b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"systems": {
|
|
"locked": {
|
|
"lastModified": 1681028828,
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"systems_2": {
|
|
"locked": {
|
|
"lastModified": 1681028828,
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"utils": {
|
|
"locked": {
|
|
"lastModified": 1656928814,
|
|
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"type": "github"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|