Allow one step setup

This commit is contained in:
Yannick Reiß 2024-03-01 18:36:47 +01:00
parent 84d14e8884
commit 77bba8c263
4 changed files with 3 additions and 3 deletions

View File

@ -56,5 +56,4 @@ if t[3] != "Geburtsdatum" and len(t[3]) == 8:
if len(t[3]) > 4:
t[3] = f"{t[3][:5]}.{t[3][5:]}"
`|${4:PLZ}|${5}`!p snip.rv= complete(t[5], ['Offenbach', 'Hanau', 'Mühlheim', 'Frankfurt'])`|${6:Adresse}|${7:Nachname}`!p t[7] = t[7].upper()`, ${8:Vorname}
endsnippet

View File

@ -172,3 +172,4 @@ linux
chibicc
chibi
readonly
extern

Binary file not shown.

View File

@ -3,7 +3,8 @@ filetype on
filetype plugin on
syntax on
colorscheme vim-monokai-tasty
" colorscheme vim-monokai-tasty
colorscheme default
" open builtin terminal
function OpenTerm()
@ -40,4 +41,3 @@ highlight Normal guibg=none
highlight NonText guibg=none
highlight Normal ctermbg=none
highlight NonText ctermbg=none