add diagnostics options to bufferline/nvimtree

This commit is contained in:
siduck76 2021-08-24 21:15:05 +05:30
parent cd5433d24b
commit c66fb4ff3d
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ bufferline.setup {
show_buffer_close_icons = true,
separator_style = "thin",
always_show_bufferline = true,
diagnostics = false, -- "or nvim-lsp"
custom_filter = function(buf_number)
-- Func to filter out our managed/persistent split terms
local present_type, type = pcall(function()