diff options
| -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", | 
