vault backup: 2025-04-22 16:06:35
This commit is contained in:
parent
1b95cb9dc4
commit
b88b7186f9
@ -16,7 +16,7 @@ endif
|
|||||||
badd +16 ~/.config/nvim/lua/custom/plugins.lua
|
badd +16 ~/.config/nvim/lua/custom/plugins.lua
|
||||||
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua
|
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua
|
||||||
badd +6 custom/init.lua
|
badd +6 custom/init.lua
|
||||||
badd +14 custom/language_specific_commands/markdown.lua
|
badd +19 custom/language_specific_commands/markdown.lua
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit custom/language_specific_commands/markdown.lua
|
edit custom/language_specific_commands/markdown.lua
|
||||||
@ -32,12 +32,12 @@ setlocal foldnestmax=20
|
|||||||
setlocal foldenable
|
setlocal foldenable
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
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
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 14
|
keepjumps 9
|
||||||
normal! 0
|
normal! 066|
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
|
|||||||
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[Enrollment Form Fall 2025.pdf]]
|
- [[Enrollment Form Fall 2025.pdf]]
|
||||||
|
- [[Enrollment Form Fall 2025_REV_2.pdf]]
|
||||||
|
- [[Enrollment Form Fall 2025_REV_3.pdf]]
|
||||||
- [[Italy Planning.md]]
|
- [[Italy Planning.md]]
|
||||||
- [[Making a website.md]]
|
- [[Making a website.md]]
|
||||||
- [[Mozilla-Recovery-Key_2025-03-04_dane.sabo@pitt.edu.pdf]]
|
- [[Mozilla-Recovery-Key_2025-03-04_dane.sabo@pitt.edu.pdf]]
|
||||||
|
|||||||
BIN
9999 Personal/Enrollment Form Fall 2025_REV_2.pdf
Normal file
BIN
9999 Personal/Enrollment Form Fall 2025_REV_2.pdf
Normal file
Binary file not shown.
BIN
9999 Personal/Enrollment Form Fall 2025_REV_3.pdf
Normal file
BIN
9999 Personal/Enrollment Form Fall 2025_REV_3.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user