Created
December 16, 2017 14:52
-
-
Save farnasirim/f36d695cae4abfabbeac614569ee9ad8 to your computer and use it in GitHub Desktop.
Poor man's .vimrc
This file contains 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 ts=4 | |
set sw=4 | |
set smartindent | |
set ai | |
set background=dark | |
colorscheme slate | |
syntax enable | |
set nocompatible | |
filetype plugin indent on | |
set hlsearch | |
set expandtab | |
set ttyfast | |
set autowrite | |
set noswapfile | |
set nobackup | |
set noerrorbells | |
set autoread | |
set ttyscroll=3 | |
set nu | |
set nu | |
set exrc | |
set incsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment