mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
users/foo-dogsquared/programs/nixvim: update tree-sitter grammars for note-taking
This commit is contained in:
parent
3822562638
commit
2ca7a277e4
@ -35,11 +35,19 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Install the common text markup tree-sitter grammars.
|
# Install the common text markup tree-sitter grammars.
|
||||||
plugins.treesitter.grammarPackages = with pkgs.tree-sitter-grammars; [
|
plugins.treesitter.grammarPackages = with config.plugins.treesitter.package.builtGrammars; [
|
||||||
tree-sitter-cooklang
|
bibtex
|
||||||
tree-sitter-markdown
|
cooklang
|
||||||
tree-sitter-org
|
latex
|
||||||
tree-sitter-latex
|
ledger
|
||||||
|
markdown
|
||||||
|
markdown_inline
|
||||||
|
org
|
||||||
|
po
|
||||||
|
pod
|
||||||
|
rst
|
||||||
|
tsx
|
||||||
|
typst
|
||||||
]
|
]
|
||||||
# Install the tree-sitter parsers required for the core.defaults Neorg
|
# Install the tree-sitter parsers required for the core.defaults Neorg
|
||||||
# module.
|
# module.
|
||||||
|
Loading…
Reference in New Issue
Block a user