added dashboard

This commit is contained in:
venus
2026-03-24 02:26:47 -05:00
parent 03dc7fbe72
commit 7bdce4f6b8
4 changed files with 47 additions and 13 deletions

View File

@@ -69,6 +69,7 @@ return { -- adds more detailed bar below the pane
config = function()
local bufferline = require('bufferline')
bufferline.setup{
options = {
themable = true,
numbers = "buffer_id",
indicator = {
@@ -81,7 +82,7 @@ return { -- adds more detailed bar below the pane
left_trunc_marker = '',
right_trunc_marker = '',
diagnostics = "nvim_lsp",
}
}
end
},