astro-nvim-v3 - ft: fix some bug and add border

This commit is contained in:
huyjaky
2024-08-19 11:39:12 +07:00
parent 5b29aaf500
commit f10ca96639
9 changed files with 89 additions and 31 deletions

View File

@@ -19,8 +19,7 @@ local ignore_buftypes = {
"quickfix",
"terminal",
}
local char = "||"
local char = "󰸊"
return {
"echasnovski/mini.indentscope",
@@ -32,7 +31,11 @@ return {
}
end,
dependencies = {
{ "lukas-reineke/indent-blankline.nvim", optional = true, opts = { scope = { enabled = false } } },
{
"lukas-reineke/indent-blankline.nvim",
optional = true,
opts = { scope = { enabled = false } },
},
{
"AstroNvim/astrocore",
opts = {