diff options
| author | William Boman <william@redwill.se> | 2022-01-23 17:47:09 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-01-23 17:51:52 +0100 |
| commit | cddde9093defe7db239260afc6fcb020eaff3ef8 (patch) | |
| tree | 59f6c26698844a4c2233a9ca366d0675dee776cd | |
| parent | README: move screenshots section further up (diff) | |
| download | mason-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.lua | 7 |
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" } }, |
