Last active
March 1, 2016 22:02
-
-
Save gabeio/bc0c6b2865072715c170 to your computer and use it in GitHub Desktop.
my vim settings
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
| set nocompatible | |
| execute pathogen#infect() | |
| syntax on | |
| set backspace=2 | |
| set ignorecase | |
| set smartcase | |
| set autoindent | |
| set noexpandtab | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set number | |
| set ruler | |
| colorscheme onedark |
Author
Author
added noexpandtab tabstop=4 and shiftwidth=4 to force tabs to be tabs
Author
colorscheme: https://github.com/joshdick/onedark.vim
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
set mouse=afor clickable vim