feat(sioyek): remove toggle presentation mode on startup

This commit is contained in:
Barrett Ruth 2026-02-25 13:46:31 -05:00
parent d31bd52bfd
commit a2e77495da
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 31 additions and 18 deletions

View file

@ -87,6 +87,9 @@ return {
'tmux',
'ghostty',
},
per_filetype = {
pending = { inherit_defaults = true, 'omni' },
},
providers = {
git = {
module = 'blink-cmp-git',

View file

@ -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,

View file

@ -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>' }}
}
}