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()

View File

@ -28,6 +28,7 @@ g.nvim_tree_side = "left"
g.nvim_tree_tab_open = 0
g.nvim_tree_update_cwd = 1
g.nvim_tree_width = 25
g.nvim_tree_lsp_diagnostics = 0
g.nvim_tree_show_icons = {
folders = 1,