mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 15:44:37 +02:00
Fix typo (#636)
This commit is contained in:
parent
632e7bf194
commit
f4836eede8
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ return require("packer").startup(function(use)
|
||||||
cmd = "LazyGit",
|
cmd = "LazyGit",
|
||||||
disable = not O.plugin.lazygit.active
|
disable = not O.plugin.lazygit.active
|
||||||
}
|
}
|
||||||
-- Lazygit
|
-- Octo
|
||||||
use {
|
use {
|
||||||
"pwntester/octo.nvim",
|
"pwntester/octo.nvim",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue