From 3bc65870d67c41e9cf60c583a1afa75c0ecca4c9 Mon Sep 17 00:00:00 2001 From: servostar Date: Sun, 24 Nov 2024 16:54:40 +0100 Subject: [PATCH] fix: remove sources from neo-tree --- lua/plugins/neo-tree.lua | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index e19075c..a35e2f7 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -20,41 +20,10 @@ return { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons", "MunifTanjim/nui.nvim", - -- - -- List language server diagnostics - -- - -- Source: https://github.com/mrbjarksen/neo-tree-diagnostics.nvim - -- .............................................. - -- - 'mrbjarksen/neo-tree-diagnostics.nvim' }, cmd = "Neotree", opts = { popup_border_style = ui.border, - sources = { - "filesystem", - "document_symbols", - "git_status", - "diagnostics" - }, - source_selector = { - winbar = true, - statusline = false, - sources = { - { - source = "filesystem", - display_name = " 󰉓 Files " - }, - { - source = "document_symbols", - display_name = "  Symbols " - }, - { - source = "diagnostics", - display_name = "  Diagnostics " - } - }, - }, diagnostics = { follow_current_file = { -- May also be set to `true` or `false` enabled = true, -- This will find and focus the file in the active buffer every time