vault backup: 2025-04-09 11:31:43
This commit is contained in:
parent
f919d38fea
commit
10ab80c1be
@ -15,27 +15,28 @@ else
|
|||||||
endif
|
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 +0 custom/init.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/plugins.lua
|
||||||
setlocal fdm=manual
|
setlocal foldmethod=manual
|
||||||
setlocal fde=0
|
setlocal foldexpr=v:lua.vim.treesitter.foldexpr()
|
||||||
setlocal fmr={{{,}}}
|
setlocal foldmarker={{{,}}}
|
||||||
setlocal fdi=#
|
setlocal foldignore=#
|
||||||
setlocal fdl=0
|
setlocal foldlevel=0
|
||||||
setlocal fml=1
|
setlocal foldminlines=1
|
||||||
setlocal fdn=20
|
setlocal foldnestmax=20
|
||||||
setlocal fen
|
setlocal foldenable
|
||||||
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) + 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 16
|
keepjumps 6
|
||||||
normal! 029|
|
normal! 034|
|
||||||
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
|
||||||
|
|||||||
0
3-99 Research/3 ARCADE/SMARTERER.md
Normal file
0
3-99 Research/3 ARCADE/SMARTERER.md
Normal file
Loading…
x
Reference in New Issue
Block a user