Skip to content

Instantly share code, notes, and snippets.

View pml68's full-sized avatar
:shipit:

Polesznyák Márk László pml68

:shipit:
View GitHub Profile
@pml68
pml68 / .vimrc
Last active August 31, 2025 21:10
Minimal vimrc
syntax enable
filetype plugin indent on
set grepprg=grep\ -nH\ $*
set number
set relativenumber
set scrolloff=10
set nocursorline
set conceallevel=2