Skip to content

Is it possible to show dependencies in nvim-tree #1455

Answered by alex-courtis
d0zingcat asked this question in Q&A
Discussion options

You must be logged in to vote

That is well outside the scope of nvim-tree, which does not and will likely never attempt to understand your source.

You can achieve your goal:

  1. Add LSP or coc or even just tags for your project
  2. setup
update_focused_file = {
      enable = true,
      update_root = true,
}
  1. jump to definition

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@d0zingcat
Comment options

Answer selected by d0zingcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants