From fe0e7ecec8e20334658e9720a089956547e4441d Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 4 Feb 2024 12:22:44 +0000 Subject: [PATCH] nvim: tweak md syntax again --- nvim/lua/thomas/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/thomas/plugins/treesitter.lua b/nvim/lua/thomas/plugins/treesitter.lua index ab3f1e2..4dddc38 100644 --- a/nvim/lua/thomas/plugins/treesitter.lua +++ b/nvim/lua/thomas/plugins/treesitter.lua @@ -24,7 +24,7 @@ treesitter.setup({ "html", "css", "scss", - "markdown", + -- "markdown", "markdown_inline", "graphql", "bash",