Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Diego Garcia edited this pageAug 29, 2025 ·10 revisions

Plugins

Required

  • nvim-tree/nvim-tree.lua

Recommended

  • nvim-tree/nvim-web-devicons file icons

Optional

Neovim Plugin Manager

Please add your preferred plugin manager.

(NeoVim 0.12 Nightly)vim.pack

vim.pack.add({    {src='https://github.com/nvim-lua/plenary.nvim'},    {src='https://github.com/nvim-telescope/telescope.nvim'},-- optional})
use {'nvim-tree/nvim-tree.lua',requires= {'nvim-tree/nvim-web-devicons',-- optional  },}
Plug'nvim-tree/nvim-web-devicons'" optionalPlug'nvim-tree/nvim-tree.lua'

Importing file below or directory it is contained on lazy setup.

return {"nvim-tree/nvim-tree.lua",version="*",lazy=false,dependencies= {"nvim-tree/nvim-web-devicons",  },config=function()require("nvim-tree").setup {}end,}

Operating System Package

Ensure that your neovim plugin manager is not managing these plugins.

Lazy Loading

Lazy loading is not recommended.

nvim-treesetup is very inexpensive, doing little more than validating and setting configuration. There's no performance benefit for lazy loading.

Lazy loading can be problematic due to the somewhat nondeterministic startup order of plugins, session managers, netrw,"VimEnter" event etc.

Older neovim Versions

If you cannot use the required version of nvim-tree you may use an older version via tag:

  • compat-nvim-0.8
  • compat-nvim-0.7
  • compat-nvim-0.6

Please note that these compatibility versions are not maintained or updated.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp