Allow one step setup
This commit is contained in:
parent
84d14e8884
commit
77bba8c263
|
@ -56,5 +56,4 @@ if t[3] != "Geburtsdatum" and len(t[3]) == 8:
|
||||||
if len(t[3]) > 4:
|
if len(t[3]) > 4:
|
||||||
t[3] = f"{t[3][:5]}.{t[3][5:]}"
|
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}
|
`|${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
|
endsnippet
|
||||||
|
|
|
@ -172,3 +172,4 @@ linux
|
||||||
chibicc
|
chibicc
|
||||||
chibi
|
chibi
|
||||||
readonly
|
readonly
|
||||||
|
extern
|
||||||
|
|
Binary file not shown.
|
@ -3,7 +3,8 @@ filetype on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
colorscheme vim-monokai-tasty
|
" colorscheme vim-monokai-tasty
|
||||||
|
colorscheme default
|
||||||
|
|
||||||
" open builtin terminal
|
" open builtin terminal
|
||||||
function OpenTerm()
|
function OpenTerm()
|
||||||
|
@ -40,4 +41,3 @@ highlight Normal guibg=none
|
||||||
highlight NonText guibg=none
|
highlight NonText guibg=none
|
||||||
highlight Normal ctermbg=none
|
highlight Normal ctermbg=none
|
||||||
highlight NonText ctermbg=none
|
highlight NonText ctermbg=none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue