Nvim: add diffview plugin

This commit is contained in:
Marko Korhonen 2024-01-24 13:51:39 +02:00
parent 6997121c4e
commit bb75584fa2
3 changed files with 8 additions and 3 deletions

View file

@ -4,5 +4,7 @@ return {
enabled = vim.g.neovide == not nil,
"yutkat/confirm-quit.nvim",
event = "CmdlineEnter",
config = true,
opts = {
quit_message = "You are in Neovide, are you sure you want to quit?",
},
}

View file

@ -0,0 +1,3 @@
-- Improved diffs
--- @type LazyPluginSpec
return { "sindrets/diffview.nvim" }