added overseer

This commit is contained in:
2022-11-30 21:09:02 +01:00
parent fb5373f0a7
commit 2ff32c06fd
6 changed files with 48 additions and 0 deletions

View File

@@ -258,6 +258,10 @@ return require('packer').startup(function()
cmd = 'DiffviewOpen',
module = { 'diffview', 'diffview.actions' }
}
use {
'stevearc/overseer.nvim',
config = get_setup('my_overseer')
}
if packer_bootstrap then
require('packer').sync()
end