Formatting
This commit is contained in:
parent
b759e1011e
commit
f2310011c0
2 changed files with 7 additions and 3 deletions
dotfiles/neovim/lua/my/plugins
|
@ -2,9 +2,7 @@ local env = require("my.helpers.env")
|
|||
|
||||
local M = {
|
||||
"TimUntersberger/neogit",
|
||||
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
|
||||
cmd = "Neogit",
|
||||
cond = env.firenvim.not_active() and env.vscode.not_active(),
|
||||
init = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue