Skip to content

Instantly share code, notes, and snippets.

View ShebisX's full-sized avatar

Sebastian Agudelo Rojas ShebisX

View GitHub Profile
@ShebisX
ShebisX / .vimrc
Created January 13, 2021 03:39 — 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