diff --git a/home/.config/nvim/lua/plugs/treesitter.lua b/home/.config/nvim/lua/plugs/treesitter.lua index 6ebcc6a..c58edcc 100644 --- a/home/.config/nvim/lua/plugs/treesitter.lua +++ b/home/.config/nvim/lua/plugs/treesitter.lua @@ -42,7 +42,8 @@ return { "dart", "css", "regex", - "dap_repl" + "dap_repl", + "muttrc", }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true