mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 09:24:37 +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
|
||||||
end,
|
end,
|
||||||
opts = {
|
opts = {
|
||||||
|
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
|
||||||
filesystem = {
|
filesystem = {
|
||||||
bind_to_cwd = false,
|
bind_to_cwd = false,
|
||||||
follow_current_file = true,
|
follow_current_file = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue