COnfig
This commit is contained in:
parent
be36a60446
commit
7c6f8e5b70
5 changed files with 34 additions and 13 deletions
12
lua/custom/plugins/bufferline.lua
Normal file
12
lua/custom/plugins/bufferline.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'akinsho/bufferline.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.opt.termguicolors = true
|
||||
require('bufferline').setup {
|
||||
options = {
|
||||
numbers = 'buffer_id',
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue