1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/config/nvim/lua/plugins/neotree.lua
Dan Barber d8a322f404 Starter Neovim config
Featuring syntax highlighting, file tree sidebar, and fuzzy file
finding.
2023-04-05 16:42:29 -05:00

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",
}
}