summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Conway <[email protected]>2021-07-03 22:28:33 -0700
committerGitHub <[email protected]>2021-07-04 01:28:33 -0400
commitf4836eede88b34068ea67b4dc221881869258b3d (patch)
tree9bf43be2532a29ddcedc4404151e3ab06fbb1384
parent632e7bf19418e5792538bbedb602b1e10215fa52 (diff)
Fix typo (#636)
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 0a59ae8d..9308fc75 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -378,7 +378,7 @@ return require("packer").startup(function(use)
cmd = "LazyGit",
disable = not O.plugin.lazygit.active
}
- -- Lazygit
+ -- Octo
use {
"pwntester/octo.nvim",
event = "BufRead",