etc/nvim/lua/bootstrap.lua

10 lines
281 B
Lua
Raw Permalink Normal View History

2023-08-28 13:47:12 +03:00
-- Installing the dep package manager
2024-06-03 20:48:28 +03:00
--local path = vim.fn.stdpath("data") .. "/site/pack/deps/opt/dep"
2023-08-28 13:47:12 +03:00
2024-06-03 20:48:28 +03:00
-- if vim.fn.empty(vim.fn.glob(path)) > 0 then
-- vim.fn.system({ "git", "clone", "--depth=1", "https://github.com/chiyadev/dep", path })
-- end
2023-08-28 13:47:12 +03:00
2024-06-03 20:48:28 +03:00
-- vim.cmd("packadd dep")
2023-08-28 13:47:12 +03:00