mirror of
https://github.com/cap153/nvim.git
synced 2026-04-20 03:45:20 +08:00
配置状态栏和主题
This commit is contained in:
parent
b2f854ee27
commit
35ccbebb91
5 changed files with 68 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ if vim.g.vscode then return end
|
|||
|
||||
local P = {
|
||||
name = "bufferline.nvim",
|
||||
deps = { "nvim-web-devicons" }, -- 确保图标库先加载
|
||||
deps = { "nvim-web-devicons" }, -- 确保图标库先加载
|
||||
}
|
||||
|
||||
-- 懒加载触发器:打开或新建文件时触发
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue