Skip to content

Instantly share code, notes, and snippets.

@nathancrank
Last active January 10, 2025 23:22
Show Gist options
  • Save nathancrank/d9e54c9cdcdfae3e1dab590ed5cb354a to your computer and use it in GitHub Desktop.
Save nathancrank/d9e54c9cdcdfae3e1dab590ed5cb354a to your computer and use it in GitHub Desktop.
dot files
syntax on
set tabstop=2
set number
set ruler
set ignorecase
set smartcase
set laststatus=2
set autoread
set mouse=a
execute pathogen#infect()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment