Meh I'll figure out submodules later

This commit is contained in:
mustard 2025-09-16 01:01:02 +02:00
parent 4ca9d44a90
commit 8cb281f436
352 changed files with 66107 additions and 0 deletions

View file

@ -0,0 +1,24 @@
local root = vim.fs.find({ "neo-tree.nvim" }, { upward = true })[1]
local deps_dir = root .. "/.dependencies/pack/vendor/start"
return {
{
"folke/snacks.nvim",
dir = deps_dir .. "/snacks.nvim",
},
{
"nvim-neo-tree/neo-tree.nvim",
dir = root,
},
{
"MunifTanjim/nui.nvim",
dir = deps_dir .. "/nui.nvim",
},
{
"nvim-tree/nvim-web-devicons",
dir = deps_dir .. "/nvim-web-devicons",
},
{
"nvim-lua/plenary.nvim",
dir = deps_dir .. "/plenary.nvim",
},
}