Skip to content

Have Neo-tree hidden by default on Neovim start? #1325

Answered by dmshvetsov
dsincl12 asked this question in Q&A
Discussion options

You must be logged in to vote

a quick solution for LazyVim can be

-- ./lua/plugins/neo-tree.lua or any other file where you define your plugins configuration
return {
  {
    "nvim-neo-tree/neo-tree.nvim",
    init = function()
      -- do nothing
    end,
  },
}

You can use <leader>e (default keymap) to toggle on/off the neo-tree explorer for files.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@cseickel
Comment options

@dsincl12
Comment options

@pysan3
Comment options

@dmshvetsov
Comment options

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