From cddde9093defe7db239260afc6fcb020eaff3ef8 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 23 Jan 2022 17:47:09 +0100 Subject: ui: update Cowth Vader message --- lua/nvim-lsp-installer/ui/status-win/init.lua | 7 ++++--- 1 file 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" } }, -- cgit v1.2.3-70-g09d2