From 44207071289fb4512d6f632ab7b4d34bc8792ad2 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 9 May 2024 11:50:37 +0800 Subject: [PATCH] offset bufferline for neo-tree --- lua/plugins/13-lines.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/13-lines.lua b/lua/plugins/13-lines.lua index 3165243..f714efa 100644 --- a/lua/plugins/13-lines.lua +++ b/lua/plugins/13-lines.lua @@ -29,8 +29,8 @@ return { separator_style = "thick", offsets = { { - filetype = "NvimTree", - text = "Nvim Tree", + filetype = "neo-tree", + text = "neo-tree", text_align = "center", separator = true, },