First commit: Beta 25.04.04

This commit is contained in:
Gu://em_ 2025-04-04 16:51:00 +02:00
commit e6b08b867f
58 changed files with 4196 additions and 0 deletions

16
config/.vimrc Normal file
View file

@ -0,0 +1,16 @@
syntax on
filetype plugin indent on
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
set expandtab
set softtabstop=4
set relativenumber
set number
set showmatch
set cindent