feat(nvim): use mini.nvim & neo-tree

This commit is contained in:
2026-02-07 11:45:59 +08:00
parent a1d873cc30
commit 832733f931
9 changed files with 70 additions and 75 deletions

View File

@@ -1,5 +1,6 @@
local buf_kill = require("core.globals").buf_kill
--- @type bufferline.UserConfig
M = {
highlights = {
buffer_selected = {
@@ -10,7 +11,7 @@ M = {
diagnostics = "nvim_lsp",
offsets = {
{
filetype = "NvimTree",
filetype = "neo-tree",
text = "File Explorer",
highlight = "Directory",
text_align = "center",