nvim: read lockfiles directly from dotfile repo
This commit is contained in:
parent
c5ae7d9063
commit
46530854fe
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ return {
|
|||
{
|
||||
"zapling/mason-lock.nvim",
|
||||
opts = {
|
||||
lockfile_path = vim.fn.expand("~/.config/nvim/mason-lock.json"),
|
||||
lockfile_path = vim.fn.expand("~/git/dotfiles/home/.config/nvim/mason-lock.json"),
|
||||
},
|
||||
},
|
||||
-- Extended functionality for jdtls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue