diff options
author | christianchiarulli <[email protected]> | 2021-07-04 01:31:15 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-04 01:31:15 -0400 |
commit | ca0fa9cbb238652889e14302b7c702a8ccfab437 (patch) | |
tree | 5de6031fbf27c9ac005c5dc33476828100d2f35b | |
parent | c899acb744a9cd87f1d3cea642f7ad13e9b5c56a (diff) | |
parent | f4836eede88b34068ea67b4dc221881869258b3d (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index b1784224..bdda5847 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -373,7 +373,7 @@ return require("packer").startup(function(use) cmd = "LazyGit", disable = not O.plugin.lazygit.active } - -- Lazygit + -- Octo use { "pwntester/octo.nvim", event = "BufRead", |