Skip to content

Commit

Permalink
feat(neo-tree): enabled document_symbols for neo-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 3, 2023
1 parent 49ae234 commit 419086e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ return {
end
end,
opts = {
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
filesystem = {
bind_to_cwd = false,
follow_current_file = true,
Expand Down

0 comments on commit 419086e

Please sign in to comment.