install and configure bufferline
This commit is contained in:
parent
d4643a0e96
commit
17c6acc9b9
|
@ -1 +1,8 @@
|
|||
return { "akinsho/bufferline.nvim", version = "*", dependencies = "nvim-tree/nvim-web-devicons" }
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
init = function()
|
||||
require("bufferline").setup({})
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue