From 07caf5671dd1957d08b36174e0b91f1766af2dc6 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 00:29:47 +1100 Subject: [PATCH] neovim: add yaml ts grammar --- outputs/pkgs/ook-vim/config/plugins/languages/treesitter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/outputs/pkgs/ook-vim/config/plugins/languages/treesitter.nix b/outputs/pkgs/ook-vim/config/plugins/languages/treesitter.nix index 33c3410..89c601c 100644 --- a/outputs/pkgs/ook-vim/config/plugins/languages/treesitter.nix +++ b/outputs/pkgs/ook-vim/config/plugins/languages/treesitter.nix @@ -6,6 +6,7 @@ kdl regex fish + yaml ]; }; }