Compare commits
No commits in common. "d0eab78ad9c0b87d7e1a438be077e2ac32c0b81c" and "0b3bb3e92b275e59425b92cb7c21024707f5d8ed" have entirely different histories.
d0eab78ad9
...
0b3bb3e92b
2 changed files with 5 additions and 5 deletions
|
@ -730,11 +730,11 @@
|
|||
"zdwm": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1732407670,
|
||||
"narHash": "sha256-ZIuw3OpqbxZjmtBjDYQjjqljTrjstmCVb7DSDsAnlak=",
|
||||
"lastModified": 1732406517,
|
||||
"narHash": "sha256-iy+JuwhxpaYv9cMQgPhTy0UfSIJiev3oEjXGeyVN8Qg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "2b48dbb4d77e50407267ab581eefbc5d0c0ef428",
|
||||
"revCount": 1732,
|
||||
"rev": "0f068ea6f1d9056c73ce49a0a8d92b7c784b4d98",
|
||||
"revCount": 1731,
|
||||
"type": "git",
|
||||
"url": "https://git.zynh.me/Zynh0722/dwm"
|
||||
},
|
||||
|
|
|
@ -20,7 +20,7 @@ in
|
|||
config =
|
||||
let
|
||||
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter;
|
||||
treesitterWithGrammars = nvim-treesitter.withAllGrammars;
|
||||
treesitterWithGrammars = nvim-treesitter.withPlugins (_: nvim-treesitter.allGrammars);
|
||||
|
||||
treesitter-parsers = pkgs.symlinkJoin {
|
||||
name = "treesitter-parsers";
|
||||
|
|
Loading…
Reference in a new issue