nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua
Other
7.17k stars 609 forks source link

Not loading on startup? #548

Closed k1nxx closed 3 years ago

k1nxx commented 3 years ago

My config.vim

call plug#begin()
[plugins]
 Plug 'kyazdani42/nvim-tree.lua'
  " Start page
  Plug 'mhinz/vim-startify'
call plug#end()

I only found start page to be the issue mentioned in the README.md. I need to :NvimTreeToggle or :NvimTreeStart when starting neoivm for it to show nvim tree. Is there a way for it to load on startup?

kyazdani42 commented 3 years ago

let g:nvim_tree_auto_open = 1