add diagnostics options to bufferline/nvimtree
This commit is contained in:
parent
cd5433d24b
commit
c66fb4ff3d
|
@ -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()
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue