aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-01-23 17:47:09 +0100
committerWilliam Boman <william@redwill.se>2022-01-23 17:51:52 +0100
commitcddde9093defe7db239260afc6fcb020eaff3ef8 (patch)
tree59f6c26698844a4c2233a9ca366d0675dee776cd
parentREADME: move screenshots section further up (diff)
downloadmason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar.gz
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar.bz2
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar.lz
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar.xz
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.tar.zst
mason-cddde9093defe7db239260afc6fcb020eaff3ef8.zip
ui: update Cowth Vader message
-rw-r--r--lua/nvim-lsp-installer/ui/status-win/init.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/lua/nvim-lsp-installer/ui/status-win/init.lua b/lua/nvim-lsp-installer/ui/status-win/init.lua
index 4efcdb16..df8ff5c9 100644
--- a/lua/nvim-lsp-installer/ui/status-win/init.lua
+++ b/lua/nvim-lsp-installer/ui/status-win/init.lua
@@ -35,9 +35,10 @@ local create_vader = Data.memoize(
function(saber_ticks)
-- stylua: ignore start
return {
- { { [[ _______________________________________________________________________ ]], "LspInstallerMuted" } },
- { { [[ < Help sponsor Neovim development! ]], "LspInstallerMuted" }, { "https://github.com/sponsors/neovim", "LspInstallerHighlighted"}, {[[ > ]], "LspInstallerMuted" } },
- { { [[ ----------------------------------------------------------------------- ]], "LspInstallerMuted" } },
+ { { [[ _________________________________________________________________________________________ ]], "LspInstallerMuted" } },
+ { { [[ < Help sponsor nvim-lsp-installer development! ]], "LspInstallerMuted" }, { "https://github.com/sponsors/williamboman", "LspInstallerHighlighted"}, {[[ > ]], "LspInstallerMuted" } },
+ { { [[ < Help sponsor neovim development! ]], "LspInstallerMuted" }, { "https://github.com/sponsors/neovim", "LspInstallerHighlighted"}, {[[ > ]], "LspInstallerMuted" } },
+ { { [[ ----------------------------------------------------------------------------------------- ]], "LspInstallerMuted" } },
{ { [[ ]], ""}, {[[\]], saber_ticks >= 3 and "LspInstallerVaderSaber" or "LspInstallerMuted"}, {[[ ,-^-. ]], "LspInstallerMuted" } },
{ { [[ ]], ""}, {[[\]], saber_ticks >= 2 and "LspInstallerVaderSaber" or "LspInstallerMuted"}, {[[ !oYo! ]], "LspInstallerMuted" } },
{ { [[ ]], ""}, {[[\]], saber_ticks >= 1 and "LspInstallerVaderSaber" or "LspInstallerMuted"}, {[[ /./=\.\______ ]], "LspInstallerMuted" } },