Skip to content

Instantly share code, notes, and snippets.

View AidanHanda's full-sized avatar
💭
😄

Aidan Handa AidanHanda

💭
😄
View GitHub Profile
@AidanHanda
AidanHanda / .vimrc
Created March 18, 2020 18:17
Just my VIM configuration
""" Basic Behaviour
set number "Show line numbers
set wrap "Wrap lines
set encoding=utf-8 "Encode in utf-8
set wildmenu "Enables visual autocomplete for commands
set lazyredraw "Only redraw the screen when required
set showmatch "Highlight opening and closing paranthesis
set laststatus=2 "Show the statusline
set ruler "Shows where you are