nvim/lua/config/plugins/barbar.lua
2025-11-25 16:16:39 -05:00

6 lines
158 B
Lua

vim.pack.add({
{ src = "https://github.com/nvim-tree/nvim-web-devicons" },
{ src = "https://github.com/romgrk/barbar.nvim" },
})
require("barbar").setup()