Compare commits
2 commits
0b3bb3e92b
...
d0eab78ad9
Author | SHA1 | Date | |
---|---|---|---|
d0eab78ad9 | |||
d12ac360c1 |
2 changed files with 5 additions and 5 deletions
|
@ -730,11 +730,11 @@
|
|||
"zdwm": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1732406517,
|
||||
"narHash": "sha256-iy+JuwhxpaYv9cMQgPhTy0UfSIJiev3oEjXGeyVN8Qg=",
|
||||
"lastModified": 1732407670,
|
||||
"narHash": "sha256-ZIuw3OpqbxZjmtBjDYQjjqljTrjstmCVb7DSDsAnlak=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "0f068ea6f1d9056c73ce49a0a8d92b7c784b4d98",
|
||||
"revCount": 1731,
|
||||
"rev": "2b48dbb4d77e50407267ab581eefbc5d0c0ef428",
|
||||
"revCount": 1732,
|
||||
"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.withPlugins (_: nvim-treesitter.allGrammars);
|
||||
treesitterWithGrammars = nvim-treesitter.withAllGrammars;
|
||||
|
||||
treesitter-parsers = pkgs.symlinkJoin {
|
||||
name = "treesitter-parsers";
|
||||
|
|
Loading…
Reference in a new issue