moved all plugins

This commit is contained in:
2022-12-28 21:07:04 +01:00
parent 9055e4e876
commit b0918760d4
13 changed files with 151 additions and 193 deletions

8
lua/plugins/diffview.lua Normal file
View File

@ -0,0 +1,8 @@
return {
'sindrets/diffview.nvim',
dependencies = {
'nvim-lua/plenary.nvim'
},
config = true,
cmd = 'DiffviewOpen',
}