Disable document_symbols in Neo-tree

When we enable document_symbols, the Neo-tree window "jumps" around when opening files and when the Neo-tree window has a lot of expanded directories and files.
This commit is contained in:
George Guimarães 2023-07-04 07:50:26 -07:00 committed by GitHub
parent ddb819cb9a
commit a8629f1567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ return {
end
end,
opts = {
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
sources = { "filesystem", "buffers", "git_status" },
open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" },
filesystem = {
bind_to_cwd = false,