Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View robson3999's full-sized avatar
📷

Robert Głód robson3999

📷
  • Poland
View GitHub Profile
@robson3999
robson3999 / .vimrc
Last active August 23, 2022 09:57 — 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