🪴 my neovim config:)
1
fork

Configure Feed

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

flake.lock: update neovim-src

robin cf6c79a5 fa9f43fb

+4 -4
+3 -3
flake.lock
··· 23 23 "neovim-src": { 24 24 "flake": false, 25 25 "locked": { 26 - "lastModified": 1776541400, 27 - "narHash": "sha256-BjYfNZF6g5PJc1KnskaaxxYOony4peFET7HRz04ABHk=", 26 + "lastModified": 1777570973, 27 + "narHash": "sha256-SrvREV8XmqQ5PjBfbC3AlhnDfL4Sy5PMsfbYl7IE8AY=", 28 28 "owner": "neovim", 29 29 "repo": "neovim", 30 - "rev": "b351afb1b1c564c5a4e6856764d4db21a873242c", 30 + "rev": "83ee06463b94895d024a69f2d7a03abe16f6147c", 31 31 "type": "github" 32 32 }, 33 33 "original": {
+1 -1
pkgs/neovim/tree-sitter-bundled.nix
··· 7 7 dependencies, 8 8 }: 9 9 let 10 - cargoHash = "sha256-oEaGaAui8yCt25BYC03bl5/0BtC+DLh9N8HCvzyp0Ak="; 10 + cargoHash = "sha256-F8aOid3rGQuRHb35ioAmsYoubu+820/XrVxs8Wlrp0c="; 11 11 in 12 12 tree-sitter.overrideAttrs (oa: { 13 13 src = dependencies.treesitter;