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",