Compare commits

..

No commits in common. "eb7e35a2a9849df9bd5e370feabda066f52cc3c1" and "486ae117f818c2ca444a4b740cec5466b89debe4" have entirely different histories.

3 changed files with 18 additions and 61 deletions

View File

@ -13,31 +13,13 @@ if &shortmess =~ 'A'
else else
set shortmess=aoO set shortmess=aoO
endif endif
badd +387 OT_Emulation_Data_Broker/Endpoint/EndPoint.py badd +27 OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
badd +1 OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py badd +1 OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
argglobal argglobal
%argdel %argdel
edit OT_Emulation_Data_Broker/Endpoint/EndPoint.py edit OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
let s:save_splitbelow = &splitbelow
let s:save_splitright = &splitright
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
let &splitbelow = s:save_splitbelow
let &splitright = s:save_splitright
wincmd t
let s:save_winminheight = &winminheight
let s:save_winminwidth = &winminwidth
set winminheight=0
set winheight=1
set winminwidth=0
set winwidth=1
exe 'vert 1resize ' . ((&columns * 94 + 95) / 190)
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
argglobal argglobal
balt OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py balt OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
setlocal fdm=manual setlocal fdm=manual
setlocal fde=0 setlocal fde=0
setlocal fmr={{{,}}} setlocal fmr={{{,}}}
@ -48,39 +30,12 @@ setlocal fdn=20
setlocal fen setlocal fen
silent! normal! zE silent! normal! zE
let &fdl = &fdl let &fdl = &fdl
let s:l = 387 - ((29 * winheight(0) + 31) / 62) let s:l = 27 - ((26 * 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 387 keepjumps 27
normal! 0 normal! 024|
wincmd w
argglobal
if bufexists(fnamemodify("OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py", ":p")) | buffer OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | else | edit OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | endif
if &buftype ==# 'terminal'
silent file OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
endif
balt OT_Emulation_Data_Broker/Endpoint/EndPoint.py
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 1 - ((0 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 1
normal! 0
wincmd w
2wincmd w
exe 'vert 1resize ' . ((&columns * 94 + 95) / 190)
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
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
@ -88,8 +43,6 @@ endif
unlet! s:wipebuf unlet! s:wipebuf
set winheight=1 winwidth=20 set winheight=1 winwidth=20
let &shortmess = s:shortmess_save let &shortmess = s:shortmess_save
let &winminheight = s:save_winminheight
let &winminwidth = s:save_winminwidth
let s:sx = expand("<sfile>:p:r")."x.vim" let s:sx = expand("<sfile>:p:r")."x.vim"
if filereadable(s:sx) if filereadable(s:sx)
exe "source " . fnameescape(s:sx) exe "source " . fnameescape(s:sx)

View File

@ -13,13 +13,17 @@ if &shortmess =~ 'A'
else else
set shortmess=aoO set shortmess=aoO
endif endif
badd +16 ~/.config/nvim/lua/custom/plugins.lua badd +17 ~/.config/nvim/lua/custom/plugins.lua
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua badd +51 ~/.config/nvim/lua/custom/configs/lspconfig.lua
badd +6 custom/configs/rust-tools.lua
badd +6 custom/init.lua
badd +91 ~/.config/nvim/lua/custom/chadrc.lua
badd +7 custom/language_specific_commands/markdown.lua
argglobal argglobal
%argdel %argdel
edit ~/.config/nvim/lua/custom/plugins.lua edit custom/init.lua
argglobal argglobal
balt ~/.config/nvim/lua/custom/configs/lspconfig.lua balt ~/.config/nvim/lua/custom/chadrc.lua
setlocal fdm=manual setlocal fdm=manual
setlocal fde=0 setlocal fde=0
setlocal fmr={{{,}}} setlocal fmr={{{,}}}
@ -30,12 +34,12 @@ setlocal fdn=20
setlocal fen setlocal fen
silent! normal! zE silent! normal! zE
let &fdl = &fdl let &fdl = &fdl
let s:l = 16 - ((15 * winheight(0) + 31) / 62) let s:l = 6 - ((5 * winheight(0) + 33) / 67)
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 16 keepjumps 6
normal! 029| normal! 0
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