1
0

Initial version

This commit is contained in:
2026-06-07 23:55:44 +01:00
commit c5b1ca05a1
8 changed files with 263 additions and 0 deletions

22
home/.vimrc Normal file
View File

@@ -0,0 +1,22 @@
" nvi settings to make it tolerable
set autoindent
set fileencoding=utf-8
set number
set ruler
set showmatch
set showmode
set sw=4
set ts=4
au BufNewFile,BufRead,Syntax gophermap,*.gophermap setlocal colorcolumn=67 ft=gopher
set lazyredraw
set wildmenu
set nocompatible
set tenc=utf-8
set nolinebreak
set showmode
set wildignore=*.o,*~,*.pyc,*.pyo,*.so,.*.sw*,__pycache__,*.bak,*.a,*.la,*.mo,.git,.svn,*.so
au BufNewFile,BufRead *.gmi,*.gemini setlocal linebreak ft=gemtext