Updated nvim config.

This commit is contained in:
Šefčík Lukáš 2024-11-04 15:26:35 +01:00
parent c7d0ad1a98
commit a8e4704fde
5 changed files with 228 additions and 57 deletions

View 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,
}