From 1bc0a35230844e96fba0fde9c8c6129df5a8e6b3 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 00:49:49 -0700 Subject: [PATCH] fix: path collision --- config/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.nix b/config/default.nix index fce264e..ee3c657 100644 --- a/config/default.nix +++ b/config/default.nix @@ -16,6 +16,7 @@ enable = true; standalonePlugins = [ "nvim-treesitter" + "vimplugin-treesitter-grammar-nix" ]; }; byteCompileLua = {