vault backup: 2025-04-22 16:06:35

This commit is contained in:
Dane Sabo 2025-04-22 16:06:35 -04:00
parent 1b95cb9dc4
commit b88b7186f9
4 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ endif
badd +16 ~/.config/nvim/lua/custom/plugins.lua
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua
badd +6 custom/init.lua
badd +14 custom/language_specific_commands/markdown.lua
badd +19 custom/language_specific_commands/markdown.lua
argglobal
%argdel
edit custom/language_specific_commands/markdown.lua
@ -32,12 +32,12 @@ setlocal foldnestmax=20
setlocal foldenable
silent! normal! zE
let &fdl = &fdl
let s:l = 14 - ((13 * winheight(0) + 31) / 62)
let s:l = 9 - ((5 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 14
normal! 0
keepjumps 9
normal! 066|
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf

View File

@ -6,6 +6,8 @@
## Files
- [[Enrollment Form Fall 2025.pdf]]
- [[Enrollment Form Fall 2025_REV_2.pdf]]
- [[Enrollment Form Fall 2025_REV_3.pdf]]
- [[Italy Planning.md]]
- [[Making a website.md]]
- [[Mozilla-Recovery-Key_2025-03-04_dane.sabo@pitt.edu.pdf]]

Binary file not shown.

Binary file not shown.