I just ran into this too and you have to add an extra config that initializes the plugin like in the nix neovim docs.
I ended up switching to helix out of spite.
I just ran into this too and you have to add an extra config that initializes the plugin like in the nix neovim docs.
I ended up switching to helix out of spite.
Somewhere you need to call require("nvim-tree").setup()
to initialize it.
If you haven’t seen it yet you might want to try out https://github.com/nix-community/nixvim
It’s some modules to configure neovim and many popular plugins are pre configured