users/foo-dogsquared/programs/nixvim: update tree-sitter grammars for note-taking

This commit is contained in:
Gabriel Arazas 2024-02-14 21:15:52 +08:00
parent 3822562638
commit 2ca7a277e4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -35,11 +35,19 @@
};
# Install the common text markup tree-sitter grammars.
plugins.treesitter.grammarPackages = with pkgs.tree-sitter-grammars; [
tree-sitter-cooklang
tree-sitter-markdown
tree-sitter-org
tree-sitter-latex
plugins.treesitter.grammarPackages = with config.plugins.treesitter.package.builtGrammars; [
bibtex
cooklang
latex
ledger
markdown
markdown_inline
org
po
pod
rst
tsx
typst
]
# Install the tree-sitter parsers required for the core.defaults Neorg
# module.