From 139d8593d13afcf9b7cb674bf68c9b6e484a2958 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 7 Jul 2022 13:08:09 +0200 Subject: docs: highlight this still being in alpha stage (#3) --- lua/mason/ui/components/header.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua') diff --git a/lua/mason/ui/components/header.lua b/lua/mason/ui/components/header.lua index 07ea20cf..8ca7494e 100644 --- a/lua/mason/ui/components/header.lua +++ b/lua/mason/ui/components/header.lua @@ -6,10 +6,14 @@ return function(state) return Ui.CascadingStyleNode({ "CENTERED" }, { Ui.HlTextNode { Ui.When(state.view.is_showing_help, { + p.none " ", p.header_secondary(" " .. state.header.title_prefix .. " mason.nvim "), + p.Comment " alpha branch", p.none((" "):rep(#state.header.title_prefix + 1)), }, { + p.none " ", p.header " mason.nvim ", + p.Comment " alpha branch", }), Ui.When( state.view.is_showing_help, @@ -17,6 +21,9 @@ return function(state) { p.none "press ", p.highlight "?", p.none " for help" } ), { p.Comment "https://github.com/williamboman/mason.nvim" }, + { + p.Comment "Give usage feedback: https://github.com/williamboman/mason.nvim/discussions/new?category=ideas", + }, }, }) end -- cgit v1.2.3-70-g09d2