feat: added bufferline to nvim
parent
1e7b52a429
commit
0a938c80d4
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
vim.opt.termguicolors = true
|
||||
require("bufferline").setup {}
|
||||
end
|
||||
}
|
Loading…
Reference in New Issue