From 1c261673cf048b28178e5f5f0f37a5b0425df991 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 11 Sep 2023 23:09:33 +0200 Subject: [PATCH 01/15] make markdown the default org stuff --- lua/plex/config/init.lua | 2 +- lua/plex/plugins/extras/org/neorg.lua | 3 ++- lua/plex/plugins/treesitter.lua | 6 +++++- spell/en.utf-8.add | 2 ++ spell/en.utf-8.add.spl | Bin 924 -> 952 bytes 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lua/plex/config/init.lua b/lua/plex/config/init.lua index af0754f..843880a 100644 --- a/lua/plex/config/init.lua +++ b/lua/plex/config/init.lua @@ -28,7 +28,7 @@ local defaults = { colorscheme = '', features = { - elite_mode = false, + elite_mode = true, window_q_mapping = true, }, diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 68905c3..90cb8a8 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -1,7 +1,8 @@ return { { "nvim-neorg/neorg", - lazy = false, + enabled = false, + lazy = true, build = ":Neorg sync-parsers", dependencies = { "nvim-lua/plenary.nvim" }, config = function() diff --git a/lua/plex/plugins/treesitter.lua b/lua/plex/plugins/treesitter.lua index a422b5a..592534c 100644 --- a/lua/plex/plugins/treesitter.lua +++ b/lua/plex/plugins/treesitter.lua @@ -69,8 +69,8 @@ return { -- See: https://github.com/windwp/nvim-ts-autotag autotag = { enable = true, - -- Removed markdown due to errors filetypes = { + 'markdown', 'glimmer', 'handlebars', 'hbs', @@ -186,5 +186,9 @@ return { 'zig', }, }, + init = function () + vim.opt.concealcursor = "nc" + vim.opt.conceallevel = 2 + end }, } diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index ef5fd27..03831ee 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -66,3 +66,5 @@ zlib experimentelle SHA Etablierungs +the +strikethrough diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 64cbbf6367ba36dc07c22a7312181b7c89241c6b..60f315f1ae4a483ceb88faa5112eaafdabceb34e 100644 GIT binary patch delta 94 zcmbQkzJr}F%+t5HAT=k)=syDk)6|W8Cz%wPQi>QE85pZG88aEP8B-Zc7&91)81orR p8PkE{45}HE?=vaOWH1&3Wy*l^$v`?EBs0H=i23pCp!~CMj=FE)%VH*(A From 5d1d73ee61667df90c2c42e611470cdc0d169dce Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 12 Sep 2023 10:11:05 +0200 Subject: [PATCH 02/15] dont annoy me with ro --- lua/plex/config/autocmds.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/plex/config/autocmds.lua b/lua/plex/config/autocmds.lua index 7c0c790..25ee149 100644 --- a/lua/plex/config/autocmds.lua +++ b/lua/plex/config/autocmds.lua @@ -56,13 +56,13 @@ vim.api.nvim_create_autocmd('TextYankPost', { }) -- Automatically set read-only for files being edited elsewhere -vim.api.nvim_create_autocmd('SwapExists', { - group = augroup('open_swap'), - nested = true, - callback = function() - vim.v.swapchoice = 'o' - end, -}) +-- vim.api.nvim_create_autocmd('SwapExists', { +-- group = augroup('open_swap'), +-- nested = true, +-- callback = function() +-- vim.v.swapchoice = 'o' +-- end, +-- }) -- Create directories when needed, when saving a file (except for URIs "://"). vim.api.nvim_create_autocmd('BufWritePre', { From 4f4e94ce489f80aeb74c49eba9a23280b292ba66 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 12 Sep 2023 18:23:39 +0200 Subject: [PATCH 03/15] spell --- spell/en.utf-8.add | 1 + spell/en.utf-8.add.spl | Bin 952 -> 986 bytes 2 files changed, 1 insertion(+) diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 03831ee..7321884 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -68,3 +68,4 @@ SHA Etablierungs the strikethrough +RustBook diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 60f315f1ae4a483ceb88faa5112eaafdabceb34e..5c91fb5fec0e2f73a96702ca1f5985aa62c85aa4 100644 GIT binary patch delta 99 zcmdnNev6$i%+t5HAT=k)=syDk)1r-hVN9$niK!W-lQWpKg|6i=7BiMGCNbs%AtM7r ob@t?`OfMMCCf6~mt1zXOG8QtrGUkC~_|w5EonR{Yvl&1D0DUtTjsO4v delta 65 zcmcb`zJr}F%+t5HAT=k)=syDk)6|W8VN5K{iK!WrGnurRuI5Z$#`JBobnLt From 3d1996a2039c898d465e134a2b68098ebc20a2ec Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 14 Sep 2023 09:17:42 +0200 Subject: [PATCH 04/15] spell --- spell/en.utf-8.add | 6 ++++++ spell/en.utf-8.add.spl | Bin 986 -> 1075 bytes 2 files changed, 6 insertions(+) diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 7321884..92c7d9d 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -69,3 +69,9 @@ Etablierungs the strikethrough RustBook +IEC62443 +DHBW +gelinked +openssl +Yocto +gls diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 5c91fb5fec0e2f73a96702ca1f5985aa62c85aa4..deb3be00157ba7c3b38ee7637bacbf78924cb82b 100644 GIT binary patch literal 1075 zcmYjQyK>V&6y3XuTgD}SpcXqZ>Vq>wioguR&`a`K5|Sl(CHaxULy=FQ;|KCNG}L@V zDjMLNE0bY%tkr#=1udSn!`5-}!p(ntxrp%txzIPH+zi$@0Itv)O5>foi%PiDNX zTt3=!*`dA#lKmoy?8RRE>tDH`>JPwjtXw!SNx-Xs?PUN`Mt{_ynw~;7xQXwOg~(gx z*0Qq3PC?&R8?{TsNr8Qp!w>Bfb~bjl8!!)5aCn|GBae3?m2$8v2k4Eo))jW_f`A7M z6Ecu3K%fy1P-s@8^0mz63I_?NOAS-g3f&t_4e!?;US$%+s-}k~@w3n2P1`^9LA-K7 zR`;-D1>B%Ri@44LK$7UtYn*Un4M7)hWa5-AY8xE5AFCjCy=sOaJz;H|JznI6R}op8 zjuam<6}cX*q*Ll#js!o-OwsWPr`8XMrE-r!bfhPTNQFaEt=63t(gBVavC9Xf11uVB zwnf%KX7Wl2&0y*1CsO1`mERR`df=YNIF*yU#R_w}hnOG)8<=`sJ}a|s0@olTVZel( z()`jT`8n7XiORPE+5F<%aF6!GxL;uoFb};`NJu?H&b>w&dB9$J>vA=As7~P=^~DM> zn-kPpFb%Sh?tg22krF{)dr93Us+?c<`SI1QV literal 986 zcmX|A%Wl&^6rDQ`>vY8jAbC$(%m-8jiA6y|h&7IVW4m^2XKW{FvtbYaP>GLX-4#E< z0?xT^D=VJNeVlXdneo>T*F&#ObN1gQJM{?9VMWG`QF}*p(>(`g~f`?8=bf3 zvPXLlBLDpf_eP^;Jc2{naiLJKhMo%hAQKo0#*+bUj8wA4N?t`3GVfX2O75LMLyXyg z9z%+$-(N=n|l}9YjnFs*oT0mL_x=sQpJfhsus0Lsi zW=shQ9?uk30E1k-$9;u3TL7H6VnVa&-l zD5DbKT?VhEZT9HS5S%T=A(M?Wv3)6K8TGO Date: Thu, 14 Sep 2023 16:19:18 +0200 Subject: [PATCH 05/15] spell --- spell/en.utf-8.add | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 92c7d9d..ef8fca6 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -75,3 +75,22 @@ gelinked openssl Yocto gls +ECC +Kryptosystem +github +sfackler +mathmatics +www +sagemath +PlexSheep +plexcryptool +ECDSA +EdDSA +Stringverarbeitung +#onblocking +OOP +Fifo +serde +Deserialisierung +serde +Skripte From 38d93f75a6306c3fa94c98a3a5fc678c2b95647e Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 14 Sep 2023 16:19:30 +0200 Subject: [PATCH 06/15] surround maps --- lua/plex/plugins/coding.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lua/plex/plugins/coding.lua b/lua/plex/plugins/coding.lua index 7ad2a80..93e590a 100644 --- a/lua/plex/plugins/coding.lua +++ b/lua/plex/plugins/coding.lua @@ -204,13 +204,13 @@ return { local plugin = require('lazy.core.config').spec.plugins['mini.surround'] local opts = require('lazy.core.plugin').values(plugin, 'opts', false) local mappings = { - { opts.mappings.add, desc = 'Add surrounding', mode = { 'n', 'x' } }, - { opts.mappings.delete, desc = 'Delete surrounding' }, - { opts.mappings.find, desc = 'Find right surrounding' }, - { opts.mappings.find_left, desc = 'Find left surrounding' }, - { opts.mappings.highlight, desc = 'Highlight surrounding' }, - { opts.mappings.replace, desc = 'Replace surrounding' }, - { opts.mappings.update_n_lines, desc = 'Update `MiniSurround.config.n_lines`' }, + { opts.mappings.add, desc = 'Add surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.delete, desc = 'Delete surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.find, desc = 'Find right surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.find_left, desc = 'Find left surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.highlight, desc = 'Highlight surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.replace, desc = 'Replace surrounding', mode = { 'n', 'x', 'v' } }, + { opts.mappings.update_n_lines, desc = 'Update `MiniSurround.config.n_lines`', mode = { 'n', 'x', 'v' } }, } mappings = vim.tbl_filter(function(m) return m[1] and #m[1] > 0 @@ -220,12 +220,12 @@ return { opts = { mappings = { add = 'sa', -- Add surrounding in Normal and Visual modes - delete = 'ds', -- Delete surrounding - find = 'gzf', -- Find surrounding (to the right) - find_left = 'gzF', -- Find surrounding (to the left) - highlight = 'gzh', -- Highlight surrounding - replace = 'cs', -- Replace surrounding - update_n_lines = 'gzn', -- Update `n_lines` + delete = 'sd', -- Delete surrounding + find = 'sf', -- Find surrounding (to the right) + find_left = 'sF', -- Find surrounding (to the left) + highlight = 'sh', -- Highlight surrounding + replace = 'cs', -- Replace surrounding + update_n_lines = 'su', -- Update `n_lines` }, }, }, From a63118e101ceb0205da9b38a617727eb1060fed8 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 14 Sep 2023 16:20:10 +0200 Subject: [PATCH 07/15] set sandwich maps --- lua/plex/plugins/extras/coding/sandwich.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plex/plugins/extras/coding/sandwich.lua b/lua/plex/plugins/extras/coding/sandwich.lua index 29c14eb..960a5c3 100644 --- a/lua/plex/plugins/extras/coding/sandwich.lua +++ b/lua/plex/plugins/extras/coding/sandwich.lua @@ -2,7 +2,7 @@ return { { -- I dont get how this stuff works 'machakann/vim-sandwich', - enabled = false, + enabled = true, -- stylua: ignore keys = { -- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim @@ -11,8 +11,8 @@ return { { 'sc', '(operator-sandwich-replace)(operator-sandwich-release-count)(textobj-sandwich-query-a)', silent = true }, { 'ssc', '(operator-sandwich-replace)(operator-sandwich-release-count)(textobj-sandwich-auto-a)', silent = true }, { 'sa', '(operator-sandwich-add)', silent = true, mode = { 'n', 'x', 'o' }}, - { 'ir', '(textobj-sandwich-auto-i)', silent = true, mode = { 'x', 'o' }}, - { 'ab', '(textobj-sandwich-auto-a)', silent = true, mode = { 'x', 'o' }}, + { 'si', '(textobj-sandwich-auto-i)', silent = true, mode = { 'x', 'o' }}, + { 'sa', '(textobj-sandwich-auto-a)', silent = true, mode = { 'x', 'o' }}, }, init = function() vim.g.sandwich_no_default_key_mappings = 1 From e7d87bc2a511842d45a2acd5a8a0c93a48256479 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 14 Sep 2023 16:29:45 +0200 Subject: [PATCH 08/15] disable all surround things --- lua/plex/plugins/coding.lua | 1 + lua/plex/plugins/extras/coding/sandwich.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plex/plugins/coding.lua b/lua/plex/plugins/coding.lua index 93e590a..b534fa6 100644 --- a/lua/plex/plugins/coding.lua +++ b/lua/plex/plugins/coding.lua @@ -198,6 +198,7 @@ return { ----------------------------------------------------------------------------- { 'echasnovski/mini.surround', + enabled = false, -- stylua: ignore keys = function(_, keys) -- Populate the keys based on the user's options diff --git a/lua/plex/plugins/extras/coding/sandwich.lua b/lua/plex/plugins/extras/coding/sandwich.lua index 960a5c3..716b8c9 100644 --- a/lua/plex/plugins/extras/coding/sandwich.lua +++ b/lua/plex/plugins/extras/coding/sandwich.lua @@ -2,7 +2,7 @@ return { { -- I dont get how this stuff works 'machakann/vim-sandwich', - enabled = true, + enabled = false, -- stylua: ignore keys = { -- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim From 25bc8c4364628ee5e07675638426fc5bfcd6ba26 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 15 Sep 2023 11:48:34 +0200 Subject: [PATCH 09/15] ensure installed mason plugins --- lua/plex/plugins/lsp/init.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lua/plex/plugins/lsp/init.lua b/lua/plex/plugins/lsp/init.lua index c27fce8..a2fc277 100644 --- a/lua/plex/plugins/lsp/init.lua +++ b/lua/plex/plugins/lsp/init.lua @@ -74,6 +74,9 @@ return { }, }, }, + texlab = { + + } }, -- you can do any additional lsp server setup here -- return true if you don't want this server to be setup with lspconfig @@ -243,7 +246,13 @@ return { build = ':MasonUpdate', keys = { { 'mm', 'Mason', desc = 'Mason' } }, opts = { - ensure_installed = {}, + ensure_installed = { + 'rust-analyzer', + 'clangd', + 'pyright', + 'bash-language-server', + 'codelldb', + }, ui = { border = 'rounded', }, From eae857c433f5449da2b2d1e0edd45a9465f8686e Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 15 Sep 2023 11:49:19 +0200 Subject: [PATCH 10/15] better latex --- lua/plex/plugins/extras/lang/tex.lua | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 lua/plex/plugins/extras/lang/tex.lua diff --git a/lua/plex/plugins/extras/lang/tex.lua b/lua/plex/plugins/extras/lang/tex.lua new file mode 100644 index 0000000..e9b017b --- /dev/null +++ b/lua/plex/plugins/extras/lang/tex.lua @@ -0,0 +1,28 @@ +return { + + { + "nvim-treesitter/nvim-treesitter", + opts = function(_, opts) + if type(opts.ensure_installed) == "table" then + vim.list_extend(opts.ensure_installed, { "rust" }) + end + end, + }, + + { + "neovim/nvim-lspconfig", + -- dependencies = { 'b0o/SchemaStore.nvim', version = false }, + opts = { + servers = { + texlab = { + rootDirectory = ".", + auxDirectory = ".", + latexFormatter = "latexindent", + latexindent = { + modifyLineBreaks = true, + }, + }, + }, + }, + }, +} From 7969c3b7e04b0a5b6c3459bff12540fa74cfff86 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 15 Sep 2023 11:49:26 +0200 Subject: [PATCH 11/15] formatting --- init.lua | 1 + .../plugins/extras/formatting/prettier.lua | 33 ++++++++++++++----- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/init.lua b/init.lua index 27ec17f..1498982 100644 --- a/init.lua +++ b/init.lua @@ -11,6 +11,7 @@ require('lazy').setup(vim.tbl_extend('keep', config.user_lazy_opts(), { { import = 'plex.plugins.extras.coding' }, { import = 'plex.plugins.extras.ui' }, { import = 'plex.plugins.extras.treesitter' }, + { import = 'plex.plugins.extras.formatting' }, { import = 'plex.plugins.extras.editor' }, { import = 'plex.plugins.extras.org' }, { import = 'plex.plugins.extras.lang.go' }, diff --git a/lua/plex/plugins/extras/formatting/prettier.lua b/lua/plex/plugins/extras/formatting/prettier.lua index dbbeba8..8f85e74 100644 --- a/lua/plex/plugins/extras/formatting/prettier.lua +++ b/lua/plex/plugins/extras/formatting/prettier.lua @@ -4,32 +4,49 @@ return { { - 'williamboman/mason.nvim', + "williamboman/mason.nvim", opts = function(_, opts) - if type(opts.ensure_installed) == 'table' then - table.insert(opts.ensure_installed, 'prettierd') + if type(opts.ensure_installed) == "table" then + table.insert(opts.ensure_installed, "prettierd") end end, }, { - 'mhartington/formatter.nvim', + "mhartington/formatter.nvim", optional = true, + keys = { + { "ff", "Format", desc = "Use Formatter" }, + }, opts = function(_, opts) opts = opts or {} local filetypes = { -- FIXME:add more filetypes - json = { require('formatter.defaults.prettierd') }, + json = { require("formatter.defaults.prettierd") }, + rust = { + rustfmt = function() + return { + exe = "rustfmt", + args = { "--emit=std ut" }, + stdin = true, + } + end, + }, + ["*"] = { + -- "formatter.filetypes.any" defines default configurations for any + -- filetype + require("formatter.filetypes.any").remove_trailing_whitespace, + }, } - opts.filetype = vim.tbl_extend('keep', opts.filetype or {}, filetypes) + opts.filetype = vim.tbl_extend("keep", opts.filetype or {}, filetypes) end, }, { - 'jose-elias-alvarez/null-ls.nvim', + "jose-elias-alvarez/null-ls.nvim", optional = true, opts = function(_, opts) - local nls = require('null-ls') + local nls = require("null-ls") table.insert(opts.sources, nls.builtins.formatting.prettierd) end, }, From e2af1296012623a3fda5289960891661e99a7a20 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 15 Sep 2023 15:05:50 +0200 Subject: [PATCH 12/15] change window leap --- lua/plex/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plex/plugins/editor.lua b/lua/plex/plugins/editor.lua index c1a0f6e..f0fdf65 100644 --- a/lua/plex/plugins/editor.lua +++ b/lua/plex/plugins/editor.lua @@ -191,7 +191,7 @@ return { keys = { { 'gl', '(leap-forward-to)', mode = { 'n', 'x', 'o' }, desc = 'Leap forward to' }, { 'gL', '(leap-backward-to)', mode = { 'n', 'x', 'o' }, desc = 'Leap backward to' }, - { 'wl', '(leap-from-window)', mode = { 'n', 'x', 'o' }, desc = 'Leap to windows' }, + { 'wgl', '(leap-from-window)', mode = { 'n', 'x', 'o' }, desc = 'Leap to windows' }, }, config = function () local leap = require('leap') From 188f160fbbdde26466a5fbf42b9e98c100634256 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 15 Sep 2023 15:05:56 +0200 Subject: [PATCH 13/15] spell --- spell/en.utf-8.add | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index ef8fca6..4b21cc3 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -94,3 +94,6 @@ serde Deserialisierung serde Skripte +mathmatics +bbc +Kryptographischen/! From 96aded961bf8a626a3fd3ad2a5cbe9d5b26c07ef Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Mon, 18 Sep 2023 13:23:10 +0200 Subject: [PATCH 14/15] better move through windows --- lua/plex/config/keymaps.lua | 4 ++-- spell/en.utf-8.add | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index 674cba0..42ec1d0 100644 --- a/lua/plex/config/keymaps.lua +++ b/lua/plex/config/keymaps.lua @@ -57,10 +57,10 @@ map('n', '', 'lnext', { desc = 'Next Loclist Item' }) map('n', '', 'lprev', { desc = 'Previous Loclist Item' }) -- go to next diagnostics entry -map('n', '', function () +map('n', 'cj', function () vim.diagnostic.goto_next() end, { desc = 'go to next diagnostic'}) -map('n', '', function () +map('n', 'ck', function () vim.diagnostic.goto_prev() end, { desc = 'go to last diagnostic'}) diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 4b21cc3..d997495 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -97,3 +97,14 @@ Skripte mathmatics bbc Kryptographischen/! +PyO3 +#yo3 +JSON +json +#yo3 +Verifikationsmechanismus +projektinterne +Theoriephase +weise/! +Weise +merksam From 64c1e1570ab7ffaa4a2713c2f93dadef6208fe1d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 20 Sep 2023 09:31:37 +0200 Subject: [PATCH 15/15] better nvim logo design --- lua/plex/plugins/extras/ui/dashboard.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lua/plex/plugins/extras/ui/dashboard.lua b/lua/plex/plugins/extras/ui/dashboard.lua index 49601fa..f2c746c 100644 --- a/lua/plex/plugins/extras/ui/dashboard.lua +++ b/lua/plex/plugins/extras/ui/dashboard.lua @@ -2,16 +2,16 @@ local function get_header() -- see https://github.com/MaximilianLloyd/ascii.nvim return { -- The following is a customized version! - [[ ]], - [[ ██ ]], - [[ █ ███████ █████ ██ ]], - [[ ███ █████ █████  ]], - [[ █████ ███ ███████████████████ ███ ███████████ ]], - [[ ██ ██ █ ███ █████████████ █████ ██████████████ ]], - [[ ████ ████ ██████████ █████████ █████ █████ ████ █████ ]], - [[ ██████ ██ ███ ███ █████████ █████ █████ ████ █████ ]], - [[ ████████  ██████████████████ ████ █████ █████ ████ ██████ ]], - [[ ]], + [[ ]], + [[ ]], + [[ █ ████████ █████ ███████ ████ ]], + [[ ███ ██████ █████ █████████ ██████ ]], + [[ █████ ██████████████████████ ████ ███████████████ ]], + [[ ██ ██ █████ █████████████ ████ ████████████████ ]], + [[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]], + [[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]], + [[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]], + [[ ]], } end