Skip to content

Instantly share code, notes, and snippets.

View igoynawamreh's full-sized avatar

Igoy Nawamreh igoynawamreh

View GitHub Profile
@taufik-nurrohman
taufik-nurrohman / .vimrc
Last active November 12, 2020 06:36
Generic Vim Settings
" Set default encoding
set encoding=utf-8
" Show line number(s)
set number
set ruler
" Enable line wrap
set wrap