mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
file explorer
This commit is contained in:
parent
c6f310e755
commit
53aad9f685
3 changed files with 22 additions and 13 deletions
11
lua/custom/plugins/nvim-tree.lua
Normal file
11
lua/custom/plugins/nvim-tree.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'nvim-tree/nvim-tree.lua',
|
||||
version = '*',
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
config = function()
|
||||
require('nvim-tree').setup {}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue