mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
10 lines
161 B
Lua
10 lines
161 B
Lua
return {
|
|
"nvim-neo-tree/neo-tree.nvim",
|
|
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-tree/nvim-web-devicons",
|
|
"MunifTanjim/nui.nvim",
|
|
}
|
|
}
|