vault backup: 2025-03-23 13:42:30

This commit is contained in:
Dane Sabo 2025-03-23 13:42:30 -04:00
parent b149f08889
commit a8132e68fb
9 changed files with 20 additions and 13 deletions

View File

@ -15,7 +15,7 @@ else
endif
badd +1 ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/Chapter\ 2\ -\ Guessing\ Game.md
badd +1 Cargo.toml
badd +15 src/main.rs
badd +10 src/main.rs
argglobal
%argdel
edit src/main.rs
@ -49,11 +49,11 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 15 - ((14 * winheight(0) + 32) / 64)
let s:l = 10 - ((9 * winheight(0) + 32) / 64)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 15
keepjumps 10
normal! 0
wincmd w
argglobal

View File

@ -13,13 +13,14 @@ if &shortmess =~ 'A'
else
set shortmess=aoO
endif
badd +16 ~/Documents/Dane\'s\ Vault/3-99\ Research/VIM/Folding.md
badd +1 custom/plugins.lua
badd +82 ~/.config/nvim/lua/custom/configs/lspconfig.lua
badd +1 NvimTree_1
badd +248 custom/plugins.lua
badd +3 ~/.config/nvim/lua/custom/configs/lspconfig.lua
badd +49 custom/mappings.lua
badd +4 custom/configs/rust-tools.lua
badd +28 custom/language_specific_commands/rust.lua
argglobal
%argdel
edit ~/.config/nvim/lua/custom/configs/lspconfig.lua
edit custom/language_specific_commands/rust.lua
argglobal
balt custom/plugins.lua
setlocal fdm=manual
@ -32,11 +33,11 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 82 - ((48 * winheight(0) + 32) / 64)
let s:l = 28 - ((27 * winheight(0) + 32) / 64)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 82
keepjumps 28
normal! 0
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
@ -51,7 +52,6 @@ if filereadable(s:sx)
endif
let &g:so = s:so_save | let &g:siso = s:siso_save
set hlsearch
nohlsearch
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :

View File

@ -0,0 +1 @@
{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":6009296739970659531,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/guessing_game-aedaf391bae0474b/dep-bin-guessing_game","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":6009296739970659531,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/guessing_game-ea4a00a895994813/dep-test-bin-guessing_game","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}

View File

@ -1,8 +1,9 @@
---
title: Rust
allDay: false
startTime: 07:30
endTime: 09:00
startTime: 13:00
endTime: 14:30
date: 2025-03-23
completed: null
type: single
---