Formatting
This commit is contained in:
parent
b759e1011e
commit
f2310011c0
|
@ -2,9 +2,7 @@ local env = require("my.helpers.env")
|
||||||
|
|
||||||
local M = {
|
local M = {
|
||||||
"TimUntersberger/neogit",
|
"TimUntersberger/neogit",
|
||||||
|
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
|
||||||
cmd = "Neogit",
|
cmd = "Neogit",
|
||||||
cond = env.firenvim.not_active() and env.vscode.not_active(),
|
cond = env.firenvim.not_active() and env.vscode.not_active(),
|
||||||
init = function()
|
init = function()
|
||||||
|
|
|
@ -10,7 +10,13 @@ local M = {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
K.nmap("<leader>lc", "<cmd>RustOpenCargo<cr>", "Open [c]argo.toml", true, true)
|
K.nmap(
|
||||||
|
"<leader>lc",
|
||||||
|
"<cmd>RustOpenCargo<cr>",
|
||||||
|
"Open [c]argo.toml",
|
||||||
|
true,
|
||||||
|
true
|
||||||
|
)
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue