master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 774fdda969 - Show all commits

View File

@@ -220,6 +220,11 @@ return require('packer').startup(function()
},
config = get_setup('my_dap')
}
use {
'sindrets/diffview.nvim',
requires = 'nvim-lua/plenary.nvim',
config = get_setup('my_diffview')
}
if packer_bootstrap then
require('packer').sync()
end

View File

@@ -0,0 +1,3 @@
local actions = require("diffview.actions")
require("diffview").setup({})