🎨 style(style): update header line style

Use fancier style for header lines
This commit is contained in:
2024-08-06 08:44:31 -04:00
parent d125eefdf4
commit 582819f2a5
5 changed files with 10 additions and 8 deletions
+5 -4
View File
@@ -1,19 +1,20 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ Options │
-- ╰─────────────────────────────────────────────────────────╯
-- Leader Key
vim.g.mapleader = " "
-- ----------------------------------- LSP --------------------------------------
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ LSP ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- We don't need perl
vim.g.loaded_perl_provider = 0
-- Prefer basedpyright
vim.g.lazyvim_python_lsp = "basedpyright"
-- --------------------------------- GIT-BLAME ----------------------------------
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Git-Blame ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.g.gitblame_display_virtual_text = 0 -- Disable virtual text
-- --------------------------------- ROOTIEST -----------------------------------
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROOTIEST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- stylua: ignore start
vim.g.aitool = "codeium" --Options: codeium, copilot, tabnine, minuet, none
vim.g.usewakatime = true --Options: true, false
@@ -21,6 +22,6 @@ vim.g.usehardtime = false --Options: true, false
vim.g.useimage = true --Options: true, false
-- stylua: ignore end
-- ----------------------------------- USER -------------------------------------
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ USER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.o.background = "dark"
vim.g.DashboardHeaderColor = "#A6E3A1"