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
|
|
@ -87,6 +87,9 @@ return {
|
|||
'tmux',
|
||||
'ghostty',
|
||||
},
|
||||
per_filetype = {
|
||||
pending = { inherit_defaults = true, 'omni' },
|
||||
},
|
||||
providers = {
|
||||
git = {
|
||||
module = 'blink-cmp-git',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ return {
|
|||
{
|
||||
'barrettruth/nonicons.nvim',
|
||||
dir = '~/dev/nonicons.nvim',
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
|
|
@ -440,6 +440,9 @@ return {
|
|||
},
|
||||
},
|
||||
{
|
||||
'barrettruth/pending.nvim'
|
||||
'barrettruth/pending.nvim',
|
||||
dir = '~/dev/pending.nvim',
|
||||
-- TODO: should we be using this or `<Plug>` mappings?
|
||||
keys = { { '<leader>p', '<cmd>Pending<cr>' }}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue