Skip to content

Commit

Permalink
Fix nvim plugin tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 30, 2024
1 parent 7c13743 commit 5de6731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/nvim/lua/lazy_plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ return apply_shortcut({
{
"akinsho/toggleterm.nvim",
_user_conf = "toggleterm",
tag = "*",
},
{
"tanvirtin/vgit.nvim",
version = "v0.2.1",
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
require("vgit").setup()
Expand Down

0 comments on commit 5de6731

Please sign in to comment.