Revert pacman on termux
Caused too many issues to solve, using apt instead
This commit is contained in:
parent
2bf1f47b2f
commit
ed43d0f48f
5 changed files with 245 additions and 27 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue