diff --git a/home/.config/nvim/lua/plugs/treesitter.lua b/home/.config/nvim/lua/plugs/treesitter.lua index 6929b19..4761efb 100644 --- a/home/.config/nvim/lua/plugs/treesitter.lua +++ b/home/.config/nvim/lua/plugs/treesitter.lua @@ -33,7 +33,8 @@ return { "gdscript", "dockerfile", "dart", - "css" + "css", + "regex" }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true