From 7a275315f05c9f648502bff68b349d1cf20b08df Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 27 Jun 2023 16:29:21 -0700 Subject: [PATCH] Add markdown treesitter parser --- neovim/lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/lua/plugins/treesitter.lua b/neovim/lua/plugins/treesitter.lua index 259674b..b77daed 100644 --- a/neovim/lua/plugins/treesitter.lua +++ b/neovim/lua/plugins/treesitter.lua @@ -15,6 +15,7 @@ M.ensure_installed = { "kotlin", "lua", "make", + "markdown", "python", "rust", "scala",