Skip to content

Commit

Permalink
add diagnostics options to bufferline/nvimtree
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck76 committed Aug 24, 2021
1 parent cd5433d commit c66fb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/configs/bufferline.lua
Expand Up @@ -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()
Expand Down
1 change: 1 addition & 0 deletions lua/plugins/configs/nvimtree.lua
Expand Up @@ -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,
Expand Down

0 comments on commit c66fb4f

Please sign in to comment.