feat(sioyek): remove toggle presentation mode on startup
This commit is contained in:
parent
d31bd52bfd
commit
a2e77495da
6 changed files with 31 additions and 18 deletions
|
|
@ -160,7 +160,15 @@ return {
|
|||
},
|
||||
{
|
||||
'barrettruth/diffs.nvim',
|
||||
dir = '~/dev/diffs.nvim',
|
||||
enabled = true,
|
||||
dependencies = {
|
||||
{
|
||||
'NeogitOrg/neogit',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
init = function()
|
||||
vim.g.diffs = {
|
||||
fugitive = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue