Skip to content

Commit

Permalink
feat(nvim): add reg.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 27, 2024
1 parent b370bef commit 98be324
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/.config/nvim/lua/eden/mod/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ local spec = {
-- })
end,
},

{
"EdenEast/reg.nvim",
dev = true,
},
}

if vim.g.obsidian_workspace ~= nil then
Expand Down

0 comments on commit 98be324

Please sign in to comment.