From f74eb6a9130e02c16ec42b9df29ee70ee5ebfac3 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Mon, 6 Jan 2025 21:40:06 +0100 Subject: [PATCH] neovim: Add some more grammars --- neovim/default.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/neovim/default.nix b/neovim/default.nix index 6dc404a..0167716 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -243,7 +243,9 @@ grammarPackages = with config.plugins.treesitter.package.passthru.builtGrammars; [ arduino + asm bash + bitbake c cpp cuda @@ -251,6 +253,8 @@ devicetree diff dockerfile + editorconfig + fish gitattributes gitcommit gitignore @@ -259,15 +263,19 @@ html ini json + just lalrpop latex + linkerscript lua make markdown markdown_inline + mermaid meson ninja nix + printf python regex rst @@ -276,11 +284,12 @@ sql tlaplus toml + typst vim vimdoc + xml yaml - mermaid - fish + zig ]; };