cap153_nvim/lua/lazy/plugins/topbar.lua
a770 38bedd3beb 适配neovim 0.11
1. 更改使用的主题
2. 更改底部状态栏样式
3. 更换彩虹括号插件适配neovim 0.11
4. 更换彩虹缩进样式
5. 添加lock文件
2025-05-10 20:43:44 +08:00

13 lines
327 B
Lua

return {
"romgrk/barbar.nvim",
dependencies = {
"lewis6991/gitsigns.nvim", -- OPTIONAL: for git status
"nvim-tree/nvim-web-devicons", -- OPTIONAL: for file icons
},
init = function()
vim.g.barbar_auto_setup = true
end,
opts = {
},
version = "^1.0.0", -- optional: only update when a new 1.x version is released
}