fix(nvim): use local guard-collection after pr

This commit is contained in:
Barrett Ruth 2026-02-11 10:57:18 -05:00
parent fa8472377d
commit 43ffd8e657
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
return {
'nvimdev/guard.nvim',
dependencies = {
{ dir = '~/dev/guard-collection' },
{ 'nvimdev/guard-collection' },
},
init = function()
vim.g.guard_config = {