Compare commits

..

2 commits

Author SHA1 Message Date
d0eab78ad9 dwm: fetch restart update 2024-11-23 17:45:19 -08:00
d12ac360c1 neovim: fix ts grammars 2024-11-23 17:16:19 -08:00
2 changed files with 5 additions and 5 deletions

View file

@ -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"
},

View file

@ -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";