From 57573f04b6c6ed8060adbc2cc1c501815dcb6da7 Mon Sep 17 00:00:00 2001 From: Max Miliano Date: Thu, 29 Aug 2024 11:14:49 -0300 Subject: [PATCH] docs: update transparency config new entry: mason --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46976ae..5ea8f70 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ require('solarized').setup { whichkey = true, -- Which-key popup telescope = true, -- Telescope fuzzy finder lazy = true, -- Lazy plugin manager UI + mason = true, -- Mason manage external tooling }, } ```