From 11fd5e8de17f21f91995e6c64e0b097087e82b47 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sat, 10 May 2025 15:17:17 +0800 Subject: [PATCH] =?UTF-8?q?nvim:=20=E4=BF=AE=E6=94=B9indent-blankline?= =?UTF-8?q?=E9=81=B8=E5=8F=96=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exact_editor/indent-blankline.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_editor/indent-blankline.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_editor/indent-blankline.lua index ec7be04..c416ab1 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_editor/indent-blankline.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_editor/indent-blankline.lua @@ -10,13 +10,13 @@ return { -- require("ibl").setup(opts) local highlight = { - "RainbowRed", - "RainbowYellow", - "RainbowBlue", - "RainbowOrange", - "RainbowGreen", - "RainbowViolet", - "RainbowCyan", + "RainbowGreen", + "RainbowCyan", + "RainbowYellow", + "RainbowBlue", + "RainbowOrange", + "RainbowViolet", + "RainbowRed", } local hooks = require "ibl.hooks" -- create the highlight groups in the highlight setup hook, so they are reset