vimPlugins.nvim-treesitter-parsers.norg: remove

Noticed by running the update script again

https://github.com/nvim-treesitter/nvim-treesitter/issues/7866
This commit is contained in:
PerchunPak
2025-05-18 20:34:36 +02:00
parent a5913bdbbb
commit f5d96b973c

View File

@@ -1967,17 +1967,6 @@
};
meta.homepage = "https://github.com/cstrahan/tree-sitter-nix";
};
norg = buildGrammar {
language = "norg";
version = "0.0.0+rev=d89d95a";
src = fetchFromGitHub {
owner = "nvim-neorg";
repo = "tree-sitter-norg";
rev = "d89d95af13d409f30a6c7676387bde311ec4a2c8";
hash = "sha256-z3h5qMuNKnpQgV62xZ02F5vWEq4VEnm5lxwEnIFu+Rw=";
};
meta.homepage = "https://github.com/nvim-neorg/tree-sitter-norg";
};
nqc = buildGrammar {
language = "nqc";
version = "0.0.0+rev=14e6da1";