Initial Commit

This commit is contained in:
David Holland 2018-10-25 15:04:47 +02:00
commit 09140853f4
6 changed files with 4258 additions and 0 deletions

6
Linux/ginit.vim Executable file
View File

@ -0,0 +1,6 @@
set nocompatible
if g:use_font==1
set guifont=Hack:h14
Guifont! Hack:h14
endif

1077
Linux/init.vim Executable file

File diff suppressed because it is too large Load Diff

1077
Termux/init.vim Executable file

File diff suppressed because it is too large Load Diff

1020
Termux/init_termux.vim Executable file

File diff suppressed because it is too large Load Diff

9
Windows/ginit.vim Normal file
View File

@ -0,0 +1,9 @@
set nocompatible
if g:use_font==1
set guifont=Hack:h14
Guifont! Hack:h14
else
set guifont=Consolas:h14
Guifont! Consolas:h14
endif

1069
Windows/init.vim Normal file

File diff suppressed because it is too large Load Diff