6 lines
158 B
Lua
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()
|