astro-nvim-v3 - hl number color

This commit is contained in:
huyjaky
2024-08-19 16:33:13 +07:00
parent f10ca96639
commit 1f7ec497c6
5 changed files with 11 additions and 3 deletions

View File

@@ -165,13 +165,13 @@ local banners = {
[[ ]],
[[ ]],
[[ ]],
[[ ]],
[[ __ ]],
[[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
[[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
[[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
[[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
[[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
[[ Welcome       ]],
},
}

View File

@@ -49,7 +49,7 @@ return {
DiagnosticInfo = "󰋼",
DiagnosticWarn = "",
-- Misc
Mode = "󰊠   ",
Mode = "     ",
FileEncoding = "",
ScrollText = "",
TabWidth = "",

View File

@@ -16,6 +16,9 @@ return {
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
{ "chipsenkbeil/distant.nvim", enabled = false },
{ "gen740/SmoothCursor.nvim", enabled = false },
{ "stevearc/resession.nvim", enabled = false },
{ "AstroNvim/astrotheme", enabled = false },
{ "echasnovski/mini.move", enabled = false },
-- { "hrsh7th/nvim-cmp", enabled = false },
}