mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
Updated nvim config.
This commit is contained in:
parent
c7d0ad1a98
commit
a8e4704fde
5 changed files with 228 additions and 57 deletions
12
lua/kickstart/plugins/bufferline.lua
Normal file
12
lua/kickstart/plugins/bufferline.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'akinsho/bufferline.nvim',
|
||||
version = "*",
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = function()
|
||||
require('bufferline').setup {
|
||||
options = {
|
||||
separator_style = 'slant',
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue