From 816e46baf1f4cd2bd538bf89c637b31c647fe5c0 Mon Sep 17 00:00:00 2001 From: t0xa Date: Thu, 2 Oct 2025 10:00:57 +0300 Subject: [PATCH] Treesitter config fix --- lua/custom/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/treesitter.lua b/lua/custom/treesitter.lua index 388efc8..6ab4f17 100644 --- a/lua/custom/treesitter.lua +++ b/lua/custom/treesitter.lua @@ -9,7 +9,8 @@ require 'nvim-treesitter.configs'.setup { "heex", "javascript", "html", - "go" + "go", + "markdown", }, sync_install = false, highlight = { enable = true },