This commit is contained in:
2026-07-12 08:16:17 +03:30
commit 72be1234e1
2027 changed files with 221388 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
se notgc bg=dark|colo vim|se nu rnu|se ch=0|se ls=0|se fcs=eob:\ |se shm+=I
if !isdirectory(expand("~/.config/nvim/undodir"))|call mkdir(expand("~/.config/nvim/undodir"))|endif
if !isdirectory(expand("~/.config/nvim/vscript"))|call mkdir(expand("~/.config/nvim/vscript"))|endif
let sciond = expand("~/.config/nvim/scion")
if !isdirectory(sciond)|execute "!git clone --depth=1 https://git.sr.ht/~coasteen/vim-scion " . shellescape(sciond)|endif
let vscript_dir = expand("~/.config/nvim/vscript")
if isdirectory(vscript_dir)|for file in split(glob(vscript_dir . "/*.vim"), '\n')|execute "source " . fnameescape(file)|endfor|endif
se udf|se udir=~/.config/nvim/undodir