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

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