mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
ddb819cb9a
commit
a8629f1567
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue