added dashboard
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user