use bleeding edge for neovim, stable for treesitter

This commit is contained in:
RingOfStorms (Josh) 2024-10-03 21:35:23 -05:00
parent f25b3370a7
commit ca328ee3a1
2 changed files with 24 additions and 5 deletions

17
flake.lock generated
View file

@ -1,6 +1,22 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1728001490,
"narHash": "sha256-jyLDB1hREFhujapdfZNOyFGQ2+FlhsnhCBYa9YBWn+4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "52cfd83eee767c5d02089efe79c4811ffc52a046",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1727907660,
"narHash": "sha256-QftbyPoieM5M50WKUMzQmWtBWib/ZJbHo7mhj5riQec=",
@ -739,6 +755,7 @@
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
"nvim_plugin-Almo7aya/openingh.nvim": "nvim_plugin-Almo7aya/openingh.nvim",
"nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring": "nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring",
"nvim_plugin-L3MON4D3/LuaSnip": "nvim_plugin-L3MON4D3/LuaSnip",