config update
This commit is contained in:
parent
38d9610d92
commit
9bb5cee85a
3 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
-- if true then
|
||||
-- return {}
|
||||
-- end
|
||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||
return {
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
opts = {},
|
||||
vim.keymap.set("n", "<leader>gd", "<CMD>DiffviewOpen<CR>", { desc = "Git DiffviewOpen" }),
|
||||
vim.keymap.set("n", "<leader>gc", "<CMD>DiffviewClose<CR>", { desc = "Git DiffviewClose" }),
|
||||
},
|
||||
-- {
|
||||
-- "sindrets/diffview.nvim",
|
||||
-- opts = {},
|
||||
-- vim.keymap.set("n", "<leader>gd", "<CMD>DiffviewOpen<CR>", { desc = "Git DiffviewOpen" }),
|
||||
-- vim.keymap.set("n", "<leader>gc", "<CMD>DiffviewClose<CR>", { desc = "Git DiffviewClose" }),
|
||||
-- },
|
||||
-- {
|
||||
-- "tanvirtin/vgit.nvim",
|
||||
-- dependencies = { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue