Change keybindings and add better buffer handling

This commit is contained in:
Johannes Knopp
2024-12-05 13:19:36 +01:00
parent e31a8b9cf8
commit 65045e99b8
10 changed files with 32 additions and 6 deletions

View File

@ -7,11 +7,20 @@ return {
local bufferline = require('bufferline')
bufferline.setup({
options = {
persist_buffer_sort = true,
hover = {
enabled = true,
delay = 200,
reveal = {'close'}
},
offsets = {
{
filetype = "NvimTree",
text = "File Explorer",
highlight = "Directory",
separator = true,
}
}
}
})