Nvim: add diffview plugin

This commit is contained in:
Marko Korhonen 2024-01-24 13:51:39 +02:00
parent f9b7a93570
commit 845f4024df
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 8 additions and 3 deletions

View file

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