From 242b862cdc837659c54251f0ffb99f2a10857b15 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 13 Feb 2024 23:36:57 +0530 Subject: [PATCH] yaml seems to be working now :shrug: --- after/plugin/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 5686450..39a076d 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -20,7 +20,7 @@ require("nvim-treesitter.configs").setup({ "toml", "vim", "vimdoc", - -- "yaml" Not compiling for some reason? + "yaml", }, sync_install = false,