Dateien hochladen nach „“

This commit is contained in:
2022-06-09 22:29:07 +02:00
parent fd59a40046
commit fc7ff77262
+11
View File
@@ -0,0 +1,11 @@
set nocompatible
filetype off
set number
set path+=** " Searches current directory recursively.
set wildmenu " Display all matches when tab complete.
set incsearch " Incremental search
set hidden " Needed to keep multiple buffers open
set nobackup " No auto backups
set noswapfile " No swap
syntax enable
colorscheme nord