diff --git a/UltiSnips/text.snippets b/UltiSnips/text.snippets index 6901c85..1b6b657 100644 --- a/UltiSnips/text.snippets +++ b/UltiSnips/text.snippets @@ -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 diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 7147233..fd2c45d 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -172,3 +172,4 @@ linux chibicc chibi readonly +extern diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index dd251ef..8ee2d06 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ diff --git a/viml/vanilla.vim b/viml/vanilla.vim index c6dd295..8c4cbe6 100644 --- a/viml/vanilla.vim +++ b/viml/vanilla.vim @@ -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 -