From 2cbbb966316f80a4a3fce18cbedf3942f0e2c20b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 25 Feb 2026 00:28:32 +0100 Subject: [PATCH] feat(treesitter): enable more parsers --- lua/plugins/nvim-treesitter.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/nvim-treesitter.lua b/lua/plugins/nvim-treesitter.lua index 62b031e..5738998 100644 --- a/lua/plugins/nvim-treesitter.lua +++ b/lua/plugins/nvim-treesitter.lua @@ -20,6 +20,8 @@ local languages = { "html", "json", "gotmpl", + "markdown", + "go", } ---@type LazyPluginSpec