nvim: read lockfiles directly from dotfile repo
This commit is contained in:
parent
f7fb8685dd
commit
7ba056c462
3 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ require("neovide")
|
|||
require("highlight_yank")
|
||||
require("lazy").setup({
|
||||
spec = { import = "plugins" },
|
||||
lockfile = "~/.config/nvim/lazy-lock.json",
|
||||
lockfile = "~/git/dotfiles/home/.config/nvim/lazy-lock.json",
|
||||
performance = {
|
||||
disabled_plugins = { "netrwPlugin" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue