Skip to content

Instantly share code, notes, and snippets.

View psideris89's full-sized avatar
πŸ“
πŸ‡¬πŸ‡§ πŸ‡¬πŸ‡·

Panos Sideris psideris89

πŸ“
πŸ‡¬πŸ‡§ πŸ‡¬πŸ‡·
View GitHub Profile
@psideris89
psideris89 / .vimrc
Created June 24, 2018 11:17 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on