Revert pacman on termux

Caused too many issues to solve, using apt instead
This commit is contained in:
Marko Korhonen 2023-11-11 10:40:27 +02:00
parent 2bf1f47b2f
commit ed43d0f48f
5 changed files with 245 additions and 27 deletions

View file

@ -233,6 +233,4 @@ local plugins = {
},
}
local lazy_opts = {}
require("lazy").setup(plugins, lazy_opts)
require("lazy").setup(plugins, { lockfile = "~/git/dotfiles/home/.config/nvim/lazy-lock.json" })