mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
8 lines
173 B
Lua
8 lines
173 B
Lua
return {
|
|
"nvim-tree/nvim-tree.lua",
|
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
|
config = function()
|
|
require("absolute.after.nvim-tree");
|
|
end
|
|
}
|