mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
added buffer tabs
This commit is contained in:
parent
eaefbf8750
commit
fd7c1e5092
1 changed files with 8 additions and 0 deletions
8
lua/custom/plugins/bufferline.lua
Normal file
8
lua/custom/plugins/bufferline.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'akinsho/bufferline.nvim',
|
||||
version = "*",
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = function()
|
||||
require("bufferline").setup{}
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue