Compare commits

..

No commits in common. "d0eab78ad9c0b87d7e1a438be077e2ac32c0b81c" and "0b3bb3e92b275e59425b92cb7c21024707f5d8ed" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -730,11 +730,11 @@
"zdwm": { "zdwm": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1732407670, "lastModified": 1732406517,
"narHash": "sha256-ZIuw3OpqbxZjmtBjDYQjjqljTrjstmCVb7DSDsAnlak=", "narHash": "sha256-iy+JuwhxpaYv9cMQgPhTy0UfSIJiev3oEjXGeyVN8Qg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "2b48dbb4d77e50407267ab581eefbc5d0c0ef428", "rev": "0f068ea6f1d9056c73ce49a0a8d92b7c784b4d98",
"revCount": 1732, "revCount": 1731,
"type": "git", "type": "git",
"url": "https://git.zynh.me/Zynh0722/dwm" "url": "https://git.zynh.me/Zynh0722/dwm"
}, },

View file

@ -20,7 +20,7 @@ in
config = config =
let let
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter; nvim-treesitter = pkgs.vimPlugins.nvim-treesitter;
treesitterWithGrammars = nvim-treesitter.withAllGrammars; treesitterWithGrammars = nvim-treesitter.withPlugins (_: nvim-treesitter.allGrammars);
treesitter-parsers = pkgs.symlinkJoin { treesitter-parsers = pkgs.symlinkJoin {
name = "treesitter-parsers"; name = "treesitter-parsers";