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