Last active
January 10, 2025 23:22
-
-
Save nathancrank/d9e54c9cdcdfae3e1dab590ed5cb354a to your computer and use it in GitHub Desktop.
dot files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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