From 39d74b5d84c423faf9c86e6e6838ad43a7abfd3c Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 8 Oct 2024 01:22:14 +0200 Subject: [PATCH] Add muttrc as parser to treesitter --- home/.config/nvim/lua/plugs/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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