Created
June 29, 2018 08:24
-
-
Save jendas1/4542a4155187cef4891900000d8814e6 to your computer and use it in GitHub Desktop.
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
filetype indent on | |
set clipboard^=unnamed,unnamedplus "clipboard | |
set shiftwidth=4 | |
set tabstop=4 | |
set relativenumber | |
set ruler | |
set ignorecase | |
set smartcase | |
" reuse buffers of files which are already open, useful for quickfix | |
set switchbuf=useopen | |
" insert only one space after punctuation when joining lines with J | |
set nojoinspaces | |
colo delek "colorscheme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment