mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
feat(neo-tree): enabled document_symbols for neo-tree
This commit is contained in:
parent
49ae2344a1
commit
419086e8a3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ return {
|
|||
end
|
||||
end,
|
||||
opts = {
|
||||
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue