mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(neo-tree): don't enable document symbols by default
This commit is contained in:
parent
19e366277b
commit
52d46166b1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ return {
|
|||
})
|
||||
end,
|
||||
opts = {
|
||||
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
|
||||
sources = { "filesystem", "buffers", "git_status" },
|
||||
open_files_do_not_replace_types = { "terminal", "Trouble", "trouble", "qf", "Outline" },
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue