first commit

This commit is contained in:
sujiba 2024-09-17 00:49:08 +02:00
commit b2deebfffc
9 changed files with 234 additions and 0 deletions

10
files/vim/vimrc.local Normal file
View file

@ -0,0 +1,10 @@
set nocompatible
set ignorecase
set hlsearch
set showmatch
set wrap
set mouse-=a
set autoindent
syntax on
highlight Comment ctermfg=LightCyan
let g:skip_defaults_vim = 1