Skip to content

Instantly share code, notes, and snippets.

View hharieta's full-sized avatar
🐈
Meow!

Inge Gatovsky hharieta

🐈
Meow!
View GitHub Profile
@hharieta
hharieta / .vimrc
Created August 15, 2022 17:15 — forked from ruph/.vimrc
vim settings
" Use vim settings, rather then vi settings (much better!)
" This must be first, because it changes other options as a side effect.
set nocompatible
set t_Co=256 " iTerm2 supports 256 color mode.
set ai " auto indenting
set history=100 " keep 100 lines of history
set ruler " show the cursor position
syntax on " syntax highlighting
filetype plugin on " use the file type plugins